[Openmp-commits] [PATCH] D71404: [libomptarget][nfc] Introduce atomic wrapper function
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 12 04:25:00 PST 2019
JonChesterfield added a comment.
Actually - turns out I don't need this for amdgcn. It appears HIP explicitly supports the same functions as cuda with the same names. https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md
This abstraction is probably still a good idea for opencl based builds, but could perhaps be postponed until then
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71404/new/
https://reviews.llvm.org/D71404
More information about the Openmp-commits
mailing list