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

fix(build): tuner: prefer ncclInvalidArgument #359

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

ghost
Copy link

@ghost ghost commented Mar 11, 2024

ncclInvalidArgument is present both in neuron and nvidia whereas ncclInvalidUsage is only present in neuron headers. Callsite just wraps the value in ncclcheck and the meaning isn't meaningfully changed, so prefer the portable one.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ghost ghost requested a review from rajachan as a code owner March 11, 2024 23:19
@AvivBenchorin AvivBenchorin added BuildTriggerRequest CI build will be triggered when this label is set and removed BuildTriggerRequest CI build will be triggered when this label is set labels Mar 12, 2024
bwbarrett
bwbarrett previously approved these changes Mar 14, 2024
ncclInvalidArgument is present both in neuron and nvidia whereas
ncclInvalidUsage is only present in neuron headers. Callsite just wraps
the value in ncclcheck and the meaning isn't meaningfully changed, so
prefer the portable one.
@ghost ghost force-pushed the tuner-retcode-change branch from af2f4ca to d127fa8 Compare March 15, 2024 21:17
@rajachan rajachan merged commit 2adb8f5 into aws:master Mar 19, 2024
4 checks passed
@ghost ghost deleted the tuner-retcode-change branch May 15, 2024 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BuildTriggerRequest CI build will be triggered when this label is set
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants