Displaying 1 result from an estimated 1 matches for "amdgcn_workitem_id_".
2020 Apr 13
3
Are AMDGPU intrinsics available in LLVM IR ?
Hi!
I'm trying to figure out how to access the workgroup id from within
the LLVM IR language when lowering with the AMDGPU backend.
Looking at the 'llvm/include/llvm/IR/IntrinsicsAMDGPU.td' file there
are intrinsics defined to access the workitem index (thread index),
but this file lives in 'llvm/include':