Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/plugins/cuda/pi_cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ struct _pi_queue {
bool can_reuse_stream(pi_uint32 stream_token) {
// stream token not associated with one of the compute streams
if (stream_token == std::numeric_limits<pi_uint32>::max()) {
return true;
return false;
}
// If the command represented by the stream token was not the last command
// enqueued to the stream we can not reuse the stream - we need to allow for
Expand Down