[libc] [llvm] [LLVM] Port 'llvm-gpu-loader' to use LLVMOffload (PR #162739)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 09:10:39 PDT 2025


================
@@ -13,6 +13,9 @@
 #include "src/stdlib/atexit.h"
 #include "src/stdlib/exit.h"
 
+// TODO: Merge this and the NVPTX start files once the common `device_kernel`
+// attribute correctly implies `amdgpu_kernel`.
----------------
sarnex wrote:

do you mean this is dependent on https://github.com/llvm/llvm-project/pull/161905?

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


More information about the llvm-commits mailing list