diff --git a/src/components/ec/cuda/ec_cuda_executor.c b/src/components/ec/cuda/ec_cuda_executor.c index 5d51cf924c..50a8f6f24c 100644 --- a/src/components/ec/cuda/ec_cuda_executor.c +++ b/src/components/ec/cuda/ec_cuda_executor.c @@ -110,7 +110,6 @@ ucc_status_t ucc_cuda_executor_task_finalize(ucc_ee_executor_task_t *task) ucc_status_t ucc_cuda_executor_start(ucc_ee_executor_t *executor, void *ee_context) { - printf("======== in executer start ========="); ucc_ec_cuda_executor_t *eee = ucc_derived_of(executor, ucc_ec_cuda_executor_t); diff --git a/src/components/tl/ucp/tl_ucp_coll.h b/src/components/tl/ucp/tl_ucp_coll.h index 2a107aefec..5f2038a042 100644 --- a/src/components/tl/ucp/tl_ucp_coll.h +++ b/src/components/tl/ucp/tl_ucp_coll.h @@ -267,6 +267,7 @@ typedef struct ucc_tl_ucp_task { int phase; } alltoall_bruck; }; + int counter; } ucc_tl_ucp_task_t; typedef struct ucc_tl_ucp_schedule {