-
Notifications
You must be signed in to change notification settings - Fork 97
feat(atenlib): add Op(isclose, allclose) #526
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
Codecov Report
@@ Coverage Diff @@
## main #526 +/- ##
==========================================
+ Coverage 73.71% 73.75% +0.04%
==========================================
Files 109 109
Lines 10873 10882 +9
Branches 1131 1131
==========================================
+ Hits 8015 8026 +11
+ Misses 2553 2551 -2
Partials 305 305
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
| EXPECTED_SKIPS_OR_FAILS = ( | ||
| xfail( | ||
| "allclose", | ||
| reason="allclose return Tenosr(BOOL) but torch return Scalar(bool)", |
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.
We can convert the torch output back to a tensor for comparison. I remember this has been done already?
|
@xiaowuhu I added |
|
I changed to use INT8 and ReduceMin. Hopefully that's more efficient |
|
@xiaowuhu i think this is ready. Only a minor formatting error |
No description provided.