We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97c40 commit a28e274Copy full SHA for a28e274
src/components/tl/ucp/allgather/allgather_knomial.c
@@ -440,7 +440,7 @@ ucc_status_t ucc_tl_ucp_allgather_knomial_init_r(
440
}
441
task->allgather_kn.etask_linked_list_head = NULL;
442
task->allgather_kn.p.radix = radix;
443
- task->super.flags |= UCC_COLL_TASK_FLAG_EXECUTOR;
+ task->super.flags |= UCC_EE_EXECUTOR_PARAM_FIELD_TASK_TYPES ;
444
task->super.post = ucc_tl_ucp_allgather_knomial_start;
445
task->super.progress = ucc_tl_ucp_allgather_knomial_progress;
446
task->super.finalize = ucc_tl_ucp_allgather_knomial_finalize;
0 commit comments