summaryrefslogtreecommitdiff
path: root/flang-rt/lib/cuda/kernel.cpp
AgeCommit message (Expand)Author
2025-10-21[flang][cuda][rt] Do not check error on kernel launch (#164463)Valentin Clement (バレンタイン クレメン)
2025-10-21Revert "[flang][cuda][rt] Canonicalize block size values" (#164460)Valentin Clement (バレンタイン クレメン)
2025-10-20[flang][cuda][rt] Canonicalize block size values (#164321)Valentin Clement (バレンタイン クレメン)
2025-04-18[flang][cuda] Carry over the stream information to kernel launch (#136217)Valentin Clement (バレンタイン クレメン)
2025-04-10[flang][cuda] Use the provided stream in kernel launch (#135267)Valentin Clement (バレンタイン クレメン)
2025-04-10[flang][cuda] Pass stream information to kernel launch functions (#135246)Valentin Clement (バレンタイン クレメン)
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse