OpInfo: Added clamp and trunc tests with aliases#51167
OpInfo: Added clamp and trunc tests with aliases#51167vfdev-5 wants to merge 21 commits intopytorch:masterfrom
Conversation
…opinfo-aliases
…opinfo-aliases
- jit_name_remapping instead jit consistency - removed auto generated tests for abs - added aliases tests inside test_variant_consistency_eager - added aliases tests to test_out
- added jit scripting in test_jit_alias_remapping - etc
💊 CI failures summary and remediationsAs of commit 37d9b64 (more details on the Dr. CI page):
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
Most test failures are in base and should be fixed if this rebases. The clamp failures like this are real, though: Should be an easy fix. |
|
And these can be removed, too: pytorch/test/test_unary_ufuncs.py Line 1685 in 4a2aa0f pytorch/test/test_unary_ufuncs.py Line 1698 in 4a2aa0f |
- fixed 'fix' alias implementation - fixed annotations in test_jit_alias_remapping
edca24a to
2c30e63
Compare
Codecov Report
@@ Coverage Diff @@
## master #51167 +/- ##
=======================================
Coverage 80.87% 80.87%
=======================================
Files 1943 1943
Lines 211510 211520 +10
=======================================
+ Hits 171056 171075 +19
+ Misses 40454 40445 -9 |
|
Looking good, @vfdev-5, I made just a few comments inline! |
- added code explanation - more inputs for clamp
facebook-github-bot
left a comment
There was a problem hiding this comment.
@mruberry has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Description: - Added clamp, trunc tests with aliases - Added tests for aliases for asin(h), acos(h), etc - fixed 'fix' alias implementation - fixed annotations in test_jit_alias_remapping - updated native_functions.yaml aliases guidelines Blocked by pytorch#50368 cc mruberry Pull Request resolved: pytorch#51167 Reviewed By: gchanan Differential Revision: D26245753 Pulled By: mruberry fbshipit-source-id: e17b657f0515139735a8a677b1ae284904f98aef
Summary: Description: - Added clamp, trunc tests with aliases - Added tests for aliases for asin(h), acos(h), etc - fixed 'fix' alias implementation - fixed annotations in test_jit_alias_remapping - updated native_functions.yaml aliases guidelines Blocked by pytorch#50368 cc mruberry Pull Request resolved: pytorch#51167 Reviewed By: gchanan Differential Revision: D26245753 Pulled By: mruberry fbshipit-source-id: e17b657f0515139735a8a677b1ae284904f98aef
Description:
Blocked by #50368
cc @mruberry