[clang] [llvm] AMDGPU: Move enqueued block handling into clang (PR #128519)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 6 08:25:33 PST 2025
================
@@ -614,6 +614,20 @@ void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention(
FT, FT->getExtInfo().withCallingConv(CC_OpenCLKernel));
}
+/// Return IR struct type for rtinfo struct in rocm-device-libs used for device
+/// enqueue.
+///
+/// ptr addrspace(1) kernel_object, i32 private_segment_size,
----------------
jhuber6 wrote:
Is this from the implicit arguments? Could that be considered constant?
https://github.com/llvm/llvm-project/pull/128519
More information about the cfe-commits
mailing list