Skip to content

Commit

Permalink
comment start of knomial
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnvidia committed Nov 13, 2024
1 parent 9fe7aa4 commit e52682c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tl/ucp/allgather/allgather_knomial.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ ucc_status_t ucc_tl_ucp_allgather_knomial_init_r(
ucc_tl_ucp_task_t *task;
ucc_sbgp_t *sbgp;
ucc_status_t status;
ucc_info("start of all_gatherknomial with ucc_info");
printf("test of printf");
// ucc_info("start of all_gatherknomial with ucc_info");
// printf("test of printf");
task = ucc_tl_ucp_init_task(coll_args, team);
status = ucc_mpool_init(&task->allgather_kn.etask_node_mpool, 0, sizeof(node_ucc_ee_executor_task_t),
0, UCC_CACHE_LINE_SIZE, 16, UINT_MAX, NULL,
Expand Down

0 comments on commit e52682c

Please sign in to comment.