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.
1 parent f0f5518 commit e848c15Copy full SHA for e848c15
sycl/plugins/cuda/pi_cuda.hpp
@@ -466,7 +466,7 @@ struct _pi_queue {
466
bool can_reuse_stream(pi_uint32 stream_token) {
467
// stream token not associated with one of the compute streams
468
if (stream_token == std::numeric_limits<pi_uint32>::max()) {
469
- return true;
+ return false;
470
}
471
// If the command represented by the stream token was not the last command
472
// enqueued to the stream we can not reuse the stream - we need to allow for
0 commit comments