Skip to content

Commit

Permalink
REVIEW: add assert to fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
samnordmann committed Dec 30, 2024
1 parent 0e39489 commit 8312300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tl/mlx5/alltoall/alltoall_coll.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ static ucc_status_t ucc_tl_mlx5_send_blocks_start(ucc_coll_task_t *coll_task)
return status;
}
} else {
ucc_assert(dm != NULL);
status = ucc_tl_mlx5_post_transpose(
tl_mlx5_get_qp(a2a, cyc_rank),
a2a->node.ops[seq_index].send_mkeys[0]->lkey,
Expand Down

0 comments on commit 8312300

Please sign in to comment.