Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeliyac committed Dec 13, 2024
1 parent eecdebf commit 1d88c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ec/cuda/ec_cuda_executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ucc_status_t ucc_cuda_executor_finalize(ucc_ee_executor_t *executor)
ucc_ec_cuda_executor_t *eee = ucc_derived_of(executor,
ucc_ec_cuda_executor_t);

//ec_debug(&ucc_ec_cuda.super, "executor free, eee: %p", eee);
ec_debug(&ucc_ec_cuda.super, "executor free, eee: %p", eee);
ucc_assert(eee->state == UCC_EC_CUDA_EXECUTOR_INITIALIZED);
ucc_mpool_put(eee);

Expand Down

0 comments on commit 1d88c9b

Please sign in to comment.