Files
clang-p2996/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
Joseph Huber e0326b668e [OpenMP] Map omp_default_mem_alloc to global memory (#104790)
Summary:
Currently, we assign this to private memory. This causes failures on
some SOLLVE tests. The standard isn't clear on the semantics of this
allocation type, but there seems to be a consensus that it's supposed to
be shared memory.
2024-08-20 12:00:41 -05:00

92 KiB