[PATCH] D32091: [AMDGPU] set read_only access qualifier for pointers

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 11:54:12 PDT 2017


t-tye added a comment.

I think this helps the runtime avoid buffer transfers (since it knows the buffer has not been changed by the kernel), rather than cache flushes.


Repository:
  rL LLVM

https://reviews.llvm.org/D32091





More information about the llvm-commits mailing list