mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 20:16:37 +00:00

This patch adds new runtime entry points that perform the simple allocation/deallocation of module allocatable variable with cuda attributes. When the allocation is initiated on the host, the descriptor on the device is synchronized. Both descriptors point to the same data on the device. This is the first PR of a stack.