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

AZP: Log warning instead of error if no CUDA device found #10242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Alexey-Rivkin
Copy link
Collaborator

What

Cosmetic: change the logging level from error to warning if no CUDA device is available.

Why ?

If CUDA device was not found, UCX is configured with no CUDA:
https://github.com/openucx/ucx/blob/master/buildlib/jucx/jucx-test.yml#L39
It's expected in some cases, as we currently do not have ARM machines with GPU.

Copy link
Contributor

@michal-shalev michal-shalev left a comment

Choose a reason for hiding this comment

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

Thanks, looks good :)

@yosefe
Copy link
Contributor

yosefe commented Oct 20, 2024

Do we have a way to ensure that we do have GPU devices on machines that should have it, so we don't miss testing coverage?

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

Successfully merging this pull request may close these issues.

3 participants