aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Lower/CUDA/cuda-data-transfer.cuf
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[flang][cuda] Relax cuf.data_transfer verifier (#95974)Valentin Clement (バレンタイン クレメン)1-0/+16
2024-05-21[flang][cuda] Accept constant as src for cuf.data_tranfer (#92951)Valentin Clement (バレンタイン クレメン)1-4/+5
2024-05-21[flang][cuda] Enable data transfer for descriptors (#92804)Valentin Clement (バレンタイン クレメン)1-0/+19
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)1-25/+25
2024-04-26[flang][cuda] Avoid to issue data transfer in device context (#90247)Valentin Clement (バレンタイン クレメン)1-0/+18
2024-04-25[flang][cuda] Avoid hlfir.declare verifier error when creating temps (#89984)Valentin Clement (バレンタイン クレメン)1-1/+1
2024-04-25[flang][cuda] Do not generate data transfer within cuf kernel (#89973)Valentin Clement (バレンタイン クレメン)1-0/+22
2024-04-05[flang][cuda] Lower device to host and device to device transfer (#87387)Valentin Clement (バレンタイン クレメン)1-0/+64
2024-03-25[flang][cuda] Lower simple host to device data transfer (#85960)Valentin Clement (バレンタイン クレメン)1-0/+57