[Openmp-commits] [PATCH] D110679: [libomptarget] [amdgpu] After a kernel dispatch packet is published, its contents must not be accessed.
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 29 09:10:45 PDT 2021
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
Some discussion occurred offline. I don't have a reference to somewhere in the HSA spec saying that this memory cannot safely be read after publishing but it follows directly from another thread potentially reusing the same memory before it is accessed here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110679/new/
https://reviews.llvm.org/D110679
More information about the Openmp-commits
mailing list