[PATCH] D20297: AMDGPU/SI: Add amdgcn versions of remaining builtins
Jan Vesely via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 13:40:20 PDT 2016
jvesely added a comment.
In http://reviews.llvm.org/D20297#431268, @arsenm wrote:
> We don't actually want these. We now have the kernarg.segment.ptr intrinsic, so the library should just directly read the offsets from there
I assume it points to the beginning of the kernel args.
Is the idea to have another intrinsic to read from the end (workdim, global offset), or is it OK to have intrinsics for those?
Repository:
rL LLVM
http://reviews.llvm.org/D20297
More information about the llvm-commits
mailing list