summaryrefslogtreecommitdiff
path: root/flang-rt/lib/cuda/memory.cpp
AgeCommit message (Expand)Author
2025-09-26[flang][cuda] Handle zero sized allocation correctly (#160929)Valentin Clement (バレンタイン クレメン)
2025-07-11[flang][cuda] Update condition in descriptor data transfer (#148306)Valentin Clement (バレンタイン クレメン)
2025-06-10[flang][cuda] Allocate the dst descriptor in data transfer (#143437)Valentin Clement (バレンタイン クレメン)
2025-03-31[flang][cuda] Add support for NV_CUDAFOR_DEVICE_IS_MANAGED (#133778)Valentin Clement (バレンタイン クレメン)
2025-03-21[flang][cuda] Support corner case of data transfer (#132451)Valentin Clement (バレンタイン クレメン)
2025-02-28[flang][cuda] Fix descriptor sync in data transfer (#129333)Valentin Clement (バレンタイン クレメン)
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse