[PATCH] D105222: [AMDGPU][Docs] Update Code Object V3 example to includes args section

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 21:17:37 PDT 2021


t-tye added a comment.

In D105222#2851208 <https://reviews.llvm.org/D105222#2851208>, @krzysz00 wrote:

> My understanding of the documentation is that global_buffer causes the kernel launcher to put the argument into a buffer. Is that not the case?

For compute we are not using buffers in the sense of graphics. I think buffer is more in the spirit (and was the original motivation for) the runtime managing OpenCL buffers.

@kzhuravl or @scott.linder can you actually get a dump of a real HIP program to see what is being used? @yaxunl may also be able to advise.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105222/new/

https://reviews.llvm.org/D105222



More information about the llvm-commits mailing list