-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add autograd tests for complex matrix norm nuclear and +/-2 #50746
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 autograd tests for complex matrix norm nuclear and +/-2 #50746
Conversation
f4b6f9e
to
bc8d118
Compare
Codecov Report
@@ Coverage Diff @@
## master #50746 +/- ##
==========================================
- Coverage 80.66% 80.51% -0.15%
==========================================
Files 1913 1913
Lines 208091 208151 +60
==========================================
- Hits 167849 167586 -263
- Misses 40242 40565 +323 |
df54937
to
2a9cfed
Compare
I've replaced |
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.
left some minor comments, but looks good otherwise :D thank you and let me know once you link the issue for pow inline.
2a9cfed
to
2e52e1d
Compare
Thanks @anjali411, I've made those changes. I made an issue for CI was showing a failing mypy test related to my changes. I'm not sure yet if it's fixed it or not, we'll see. |
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.
@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Hey @kurtamohler could you rebase? I think there might be merge conflicts due to #50667 which landed earlier today |
@anjali411, done. If there were conflicts, git handled them automatically for me |
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.
@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@anjali411 merged this pull request in c082e21. |
Also upgrades
linalg.norm
's autograd and jit tests toOpInfo
Fixes #48842