-
Notifications
You must be signed in to change notification settings - Fork 704
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
add patches to fix PyTorch 1.12 (CPU-only) w/ foss/2022a on POWER #18490
add patches to fix PyTorch 1.12 (CPU-only) w/ foss/2022a on POWER #18490
Conversation
Test report by @Flamefire |
Test report by @Flamefire |
Test report by @Flamefire |
Test report by @Flamefire |
Test report by @branfosj |
Going in, thanks @Flamefire! |
(created using
eb --new-pr
)This adds patches to fix failures when FBGEMM isn't used which AFAIK is only the case on PPC. In particular the forward-ported patch from #18489 and a new one due to a bug in a feature introduced in PyTorch 1.12.0