[Openmp-commits] [PATCH] D81054: [OpenMP] Introduce target memory manager
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 20 18:33:22 PDT 2020
ye-luo added a comment.
In D81054#2229637 <https://reviews.llvm.org/D81054#2229637>, @JonChesterfield wrote:
> As a heads up, I'm told this breaks amdgpu tests. @ronlieb is looking at the merge from upstream, don't have any more details at this time. The basic idea of wrapping device alloc seems likely to be sound for all targets so I'd guess we've run into a bug in this patch.
If it is a thread-safety issue, adding mutex in out facing allocate and free should make the code safe while investigating the root cause.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81054/new/
https://reviews.llvm.org/D81054
More information about the Openmp-commits
mailing list