llvm-project
18ff8df9 - [flang][cuda] Register managed variables with double descriptor (#134444)

Commit
256 days ago
[flang][cuda] Register managed variables with double descriptor (#134444) Allocatable or pointer module variables with the CUDA managed attribute are defined with a double descriptor. One on the host and one on the device. Only the data pointed to by the descriptor will be allocated in managed memory. Allow the registration of any allocatable or pointer module variables like device or constant.
Author
Parents
Loading