Skip to content

Commit

Permalink
change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnvidia committed Dec 12, 2024
1 parent 2e97c40 commit a28e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/allgather/allgather_knomial.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ ucc_status_t ucc_tl_ucp_allgather_knomial_init_r(
}
task->allgather_kn.etask_linked_list_head = NULL;
task->allgather_kn.p.radix = radix;
task->super.flags |= UCC_COLL_TASK_FLAG_EXECUTOR;
task->super.flags |= UCC_EE_EXECUTOR_PARAM_FIELD_TASK_TYPES ;
task->super.post = ucc_tl_ucp_allgather_knomial_start;
task->super.progress = ucc_tl_ucp_allgather_knomial_progress;
task->super.finalize = ucc_tl_ucp_allgather_knomial_finalize;
Expand Down

0 comments on commit a28e274

Please sign in to comment.