[flang-commits] [flang] [llvm] [flang][cuda] Add support for cudaStreamDestroy (PR #183648)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Feb 26 16:04:10 PST 2026


================
@@ -37,6 +38,11 @@ int RTDECL(CUFStreamSynchronize)(cudaStream_t stream) {
 int RTDECL(CUFStreamSynchronizeNull)() {
   return cudaStreamSynchronize(RTNAME(CUFGetDefaultStream)());
 }
+
+int RTDECL(CUFStreamDestroy)(cudaStream_t stream) {
----------------
clementval wrote:

Thanks for catching this!

https://github.com/llvm/llvm-project/pull/183648


More information about the flang-commits mailing list