Skip to content

Commit e3d088d

Browse files
committed
UCT/CUDA: minor fix
1 parent bbcc1d8 commit e3d088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uct/cuda/base/cuda_iface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ uct_cuda_base_progress_event_queue(uct_cuda_iface_t *iface,
274274

275275
ucs_queue_for_each_extract(cuda_event, queue_head, queue,
276276
(count < max_events) &&
277-
(ucs_likely(uct_cuda_base_event_is_flush(
277+
(ucs_unlikely(uct_cuda_base_event_is_flush(
278278
cuda_event)) ||
279279
(cuEventQuery(cuda_event->event) == CUDA_SUCCESS))) {
280280
ucs_trace_data("cuda event %p completed", cuda_event);

0 commit comments

Comments
 (0)