[llvm] WIP: [Offload] Add testing for Offload program and kernel related entry points (PR #127803)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 08:07:51 PST 2025


================
@@ -1327,6 +1327,34 @@ class CUDAGlobalHandlerTy final : public GenericGlobalHandlerTy {
     DeviceGlobal.setPtr(reinterpret_cast<void *>(CUPtr));
     return Plugin::success();
   }
+
+  Error getGlobalMetadataFromImage(GenericDeviceTy &Device,
----------------
jhuber6 wrote:

This `fromImage` variant is supposed to be common, as it only looks through the ELF. You're looking for `getGlobalMetadataFromDevice`.

https://github.com/llvm/llvm-project/pull/127803


More information about the llvm-commits mailing list