We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c4e97 + eb69060 commit e35f9d7Copy full SHA for e35f9d7
include/alpaka/stream/StreamCudaRtSync.hpp
@@ -87,7 +87,7 @@ namespace alpaka
87
ALPAKA_CUDA_RT_CHECK(
88
cudaStreamCreateWithFlags(
89
&m_CudaStream,
90
- cudaStreamNonBlocking));
+ cudaStreamDefault));
91
}
92
//-----------------------------------------------------------------------------
93
StreamCudaRtSyncImpl(StreamCudaRtSyncImpl const &) = delete;
0 commit comments