[MPS] adding weight_norm_interface support for mps#108008
[MPS] adding weight_norm_interface support for mps#108008igm503 wants to merge 8 commits intopytorch:mainfrom
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 |
|
@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.