Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

samnordmann
Copy link
Collaborator

Adds option at the context level to disable tl/mlx5/a2a initialization
linked team task

@@ -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",
Copy link
Collaborator Author

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) {
Copy link
Collaborator Author

@samnordmann samnordmann Dec 30, 2024

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

Copy link
Collaborator

@janjust janjust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants