-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Remove CUDA 11.7 builds; add 11.8 #7616
Conversation
Linux GPU failure looks valid
Since the CPU test is just fine, this means that our GPU output now diverges from the CUDA 11.7 one. We already have quite a few hacks in Line 676 in bd4471c
@NicolasHug do you know if we had something like above before? |
@NicolasHug @pmeier should we create a separate issue for this and unblock this PR ? |
I'm not sure, the failure is rather concerning especially considering it happens on such a simple arch like ResNet. Are we sure this isn't an upstream regression? |
Hey @atalman! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Reviewed By: vmoens Differential Revision: D46314041 fbshipit-source-id: 5e22db72c8f1d550677f1eb39d86b6ff9bdb22de Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: atalman <atalman@fb.com>
CC @atalman @malfet
cc @seemethere
This PR will be removing cuda 11.7 builds from matrix: pytorch/test-infra#4205