Skip to content

Commit

Permalink
del prints
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeliyac committed Nov 6, 2024
1 parent b3c2e80 commit d13b885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ec/cuda/ec_cuda_executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
1 change: 1 addition & 0 deletions src/components/tl/ucp/tl_ucp_coll.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d13b885

Please sign in to comment.