Initial attempt to support cov5 in the next gen plugin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for updating the new plugin too. Some comments below.
openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp | ||
---|---|---|
1666 | Is this a per-kernel property or a per image property? If it's the latter, maybe add a TODO to move it to a image abstraction once we have a AMD specific one. | |
2134 | COV is AMD-GPU specific I assume, right? If so, put the implementation in here and a default impl into the generic part. Also, add documentation to each new method, please. | |
openmp/libomptarget/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h | ||
29 | I think we want to keep the layout, eventually we'll need it, right? |
Is this a per-kernel property or a per image property? If it's the latter, maybe add a TODO to move it to a image abstraction once we have a AMD specific one.