-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TL/MLX5: add ctx option to disable a2a #1062
base: master
Are you sure you want to change the base?
TL/MLX5: add ctx option to disable a2a #1062
Conversation
@@ -114,7 +114,8 @@ static ucc_config_field_t ucc_tl_mlx5_context_config_table[] = { | |||
ucc_offsetof(ucc_tl_mlx5_context_config_t, devices), | |||
UCC_CONFIG_TYPE_STRING_ARRAY}, | |||
|
|||
{"MCAST_TIMEOUT", "10000", "Timeout [usec] for the reliability NACK in Mcast", | |||
{"MCAST_TIMEOUT", "10000", | |||
"Timeout [usec] for the reliability NACK in Mcast", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git-clang-format
made this change
@@ -269,7 +277,7 @@ ucc_status_t ucc_tl_mlx5_team_create_test(ucc_base_team_t *team) | |||
} | |||
} | |||
|
|||
if (UCC_OK != a2a_status || UCC_OK != mcast_status) { | |||
if (UCC_INPROGRESS == a2a_status || UCC_INPROGRESS == mcast_status) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not directly related to the present PR but it seems like a bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds option at the context level to disable tl/mlx5/a2a initialization
linked team task