[libc-commits] [libc] [libc] Update the AMDGPU implementation to use code object 5 (PR #72580)
Saiyedul Islam via libc-commits
libc-commits at lists.llvm.org
Mon Nov 20 09:45:06 PST 2023
================
@@ -34,6 +34,19 @@
#include <tuple>
#include <utility>
+// The implicit arguments of COV5 AMDGPU kernels.
----------------
saiislam wrote:
Is there a way to share this structure between here and `openmp/libomptarget/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h`?
Otherwise, someone will have to keep updating this whenever there are changes in the AMDGPU plugin (like #65325 )
https://github.com/llvm/llvm-project/pull/72580
More information about the libc-commits
mailing list