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

[Cherry-pick] Add warnings checks for v2 namespaces #7298

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

NicolasHug
Copy link
Member

cherry-pick of #7288

)

Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Copy link
Collaborator

@pmeier pmeier left a comment

Choose a reason for hiding this comment

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

Stamp

@NicolasHug
Copy link
Member Author

Tests are failing because a simple import torchvision is causing the following warning on 3.10:

2023-02-21T16:23:50.6442709Z Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library.
2023-02-21T16:23:50.6443298Z 	Try to import numpy first or set the threading layer accordingly. Set MKL_SERVICE_FORCE_INTEL to force it.

This is something that should be fixed before the release, but this PR is not the cause of the failure (this PR actually makes this problem visible, which is a very good thing. Merging).

@NicolasHug NicolasHug merged commit ee7fd31 into pytorch:release/0.15 Feb 22, 2023
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.

3 participants