-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[MPS] adding weight_norm_interface support for mps #108008
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/108008
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bd79d8d with merge base 0bf30c1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
454a4a2
to
f23ef79
Compare
b042ee1
to
1b61068
Compare
@kulinseth This should be good to go now. I've added a test in test/test_mps.py |
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.
Great thanks !!
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Hi, for some reason this still isn't working... |
I'm on 2.1.1 and getting:
|
@fakerybakery This wasn't added in time for 2.1.1. It should be in the next release of PyTorch. In the meantime, you should be able to use it in the latest nightly versions of PyTorch. |
Ok, thanks! |
Fixes #104513
Adds support for aten::_weight_norm_interface to the mps backend.
Also adds a consistency test for the output and the grad.