Skip to content

Commit

Permalink
remove prints of size and coll_type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnvidia committed Nov 21, 2024
1 parent b3c5109 commit 2cddc97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/tl/ucp/allgather/allgather_knomial.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,8 @@ ucc_status_t register_memory(ucc_coll_task_t *coll_task){
size_t dt_size = ucc_dt_size(args->dst.info.datatype);
size_t data_size = count * dt_size;
ucc_rank_t size = task->subset.map.ep_num;
ucc_info("size : %d", size);
ucc_rank_t broot = args->coll_type == UCC_COLL_TYPE_BCAST ?
args->root : 0;
ucc_info("coll_type : %d", args->coll_type);
ucc_rank_t rank = VRANK(task->subset.myrank, broot, size);
size_t local = GET_LOCAL_COUNT(args, size, rank);
void *sbuf;
Expand Down

0 comments on commit 2cddc97

Please sign in to comment.