[Openmp-commits] [PATCH] D135391: [OpenMP][DeviceRTL] Fix an issue that thread array might be corrupted
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 6 13:03:36 PDT 2022
jhuber6 accepted this revision.
jhuber6 added a subscriber: ronlieb.
jhuber6 added a comment.
This revision is now accepted and ready to land.
Allocating these from global memory will definitely slow down the slow path further, but I believe the better performance on the fast path is worth it. This won't fix the problem on AMDGPU until we support a `malloc` implementation upstream (@ronlieb).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135391/new/
https://reviews.llvm.org/D135391
More information about the Openmp-commits
mailing list