[llvm-branch-commits] [llvm] [OpenMP][OMPIRBuilder] Add device shared memory allocation support (PR #150923)
Pranav Bhandarkar via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 6 13:54:38 PDT 2025
https://github.com/bhandarkar-pranav commented:
A thought that is not terribly urgent simply because my understanding is that reverse offload is not terribly important right now. However, when we reverse offload, we'll have to ensure that parallel threads on the CPU (host) now are able to access incoming data which used to be on the stack. Do the two `__kmpc_shared_alloc/dealloc` calls degenerate to mallocs on the host?
https://github.com/llvm/llvm-project/pull/150923
More information about the llvm-branch-commits
mailing list