Skip to content

Commit 52d2f4e

Browse files
Update sycl/plugins/cuda/pi_cuda.cpp
Co-authored-by: Sergey Semenov <[email protected]>
1 parent f62a7b9 commit 52d2f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,7 @@ pi_result cuda_piextEventCreateWithNativeHandle(pi_native_handle nativeHandle,
39263926
bool ownNativeHandle,
39273927
pi_event *event) {
39283928
(void)ownNativeHandle;
3929-
assert(ownNativeHandle == false);
3929+
assert(!ownNativeHandle);
39303930

39313931
std::unique_ptr<_pi_event> event_ptr{nullptr};
39323932

0 commit comments

Comments
 (0)