Skip to content

Commit

Permalink
update tune again
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed Jun 14, 2024
1 parent 5cc5869 commit d49d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/doca_urom_ucc_plugin/dpu/worker_ucc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ static void *urom_worker_ucc_ctx_progress_thread(void *arg)
}

/* Set to sliding window */
if (UCC_OK != ucc_context_config_modify(ctx_config, "tl/ucp", "TUNE", "alltoall:0-inf:@1#allreduce:0-inf:@3")) {
if (UCC_OK != ucc_context_config_modify(ctx_config, "tl/ucp", "TUNE", "allreduce:0-inf:@2")) {
DOCA_LOG_ERR("Failed to modify TL_UCP_TUNE UCC lib config");
status = DOCA_ERROR_DRIVER;
goto cfg_release;
Expand Down

0 comments on commit d49d1ad

Please sign in to comment.