Skip to content

Commit

Permalink
REVIEW: second review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimmybalsam committed Jul 11, 2023
1 parent 6a137d3 commit 4808c81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/tl/nccl/tl_nccl.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ static ucs_config_field_t ucc_tl_nccl_context_config_table[] = {
UCS_CONFIG_TYPE_ENUM(ucc_tl_nccl_completion_sync_names)
},

{"NCCL_CFG_BLOCKING", "1",
"If set to 0 will use non-blocking mode, if set to 1 will use blocking",
{"BLOCKING", "1",
"If set to 0 will use non-blocking mode communicator behavior, "
"if set to 1 will use blocking mode",
ucs_offsetof(ucc_tl_nccl_context_config_t, nccl_cfg_blocking),
UCS_CONFIG_TYPE_BOOL},

Expand Down

0 comments on commit 4808c81

Please sign in to comment.