5 Commits

Author SHA1 Message Date
Valentin Clement (バレンタイン クレメン)
26b4c25b8b
[flang][cuda] Add support for cudaStreamDestroy (#183648)
Add specific lowering and entry point for cudaStreamDestroy. Since we
keep associated stream for some allocation, we need to reset it when the
stream is destroy so we don't use it anymore.
2026-02-27 00:24:29 +00:00
Valentin Clement (バレンタイン クレメン)
af9ca0e5be
Revert "[flang][cuda] Add entry points for cudastreamsynchronize (#181932)" (#182657)
This is causing some testing issue. Reverting for now.
2026-02-21 06:50:03 +00:00
Valentin Clement (バレンタイン クレメン)
7772a45b1a
[flang][cuda] Add entry points for cudastreamsynchronize (#181932) 2026-02-18 15:54:54 -08:00
Valentin Clement (バレンタイン クレメン)
3c32747a7c
[flang][cuda] Lower set/get default stream (#181775) 2026-02-17 09:32:04 -08:00
Valentin Clement (バレンタイン クレメン)
c4170461d7
[flang][cuda] Lower set/get default stream for arrays (#181432) 2026-02-13 23:44:38 +00:00