[PATCH] D32215: Updated PPCG Code Generation for OpenCL compatibility

Philipp Schaad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 23 02:25:10 PDT 2017


PhilippSchaad added a comment.

@jlebar From what I understand, NVPTX only marks a kernel argument as `.global` if its address space in the IR has been marked with `addrspace(1)`, and said conversion to global address space would then take place inside the kernel, instead of marking the argument itself with `.global`. Am I wrong on this?


Repository:
  rL LLVM

https://reviews.llvm.org/D32215





More information about the llvm-commits mailing list