diff --git a/src/components/ec/cuda/ec_cuda_executor.c b/src/components/ec/cuda/ec_cuda_executor.c index 4c8f1070dc..1349187b71 100644 --- a/src/components/ec/cuda/ec_cuda_executor.c +++ b/src/components/ec/cuda/ec_cuda_executor.c @@ -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);