Skip to content

Commit

Permalink
TL/CUDA: fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov authored and Ilya Kryukov committed Sep 3, 2024
1 parent 1e2ab18 commit 8b8720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/cuda/bcast/bcast_linear.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void ucc_tl_cuda_bcast_linear_progress(ucc_coll_task_t *coll_task)

st = ucc_coll_task_get_executor(&task->super, &exec);
if (ucc_unlikely(st != UCC_OK)) {
task->status = st;
task->super.status = st;
return;
}

Expand Down

0 comments on commit 8b8720c

Please sign in to comment.