-
Notifications
You must be signed in to change notification settings - Fork 61
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
tuner: Enable tuner init msg on INFO logs #549
Conversation
bot:aws:retest |
2 similar comments
bot:aws:retest |
bot:aws:retest |
Can you please remove the merge commit? If you didn't intend for that to happen, consider adopting the following git settings:
LGTM otherwise. |
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.
Patch looks fine, but please properly rebase and force push. PRs should not have merge commits in them.
Enable tuner initialization message to be displayed on all NCCL_DEBUG=INFO and display the logs as part of the default subsystem (INIT) Signed-off-by: Arun Karthik <akkart@amazon.com>
8136aa9
to
52edb7e
Compare
Thanks for the feedback, I have rebased the PR after removing the merge commit. |
Thanks. I have rebased the PR after removing the merge commit. |
bot:aws:retest |
Description of changes:
Enable tuner initialization message to be displayed on all NCCL_DEBUG=INFO and display the logs as part of the default subsystem (INIT)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.