-
Notifications
You must be signed in to change notification settings - Fork 498
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
[Core Aten ops] Logs for fixing core aten ops coverage issues #5934
Comments
Issue beging worked #59021. Uncomment and rerun the test
output:
This means that the accuracy is not good. Break line here
Rerun, print out the difference:
The result looks good enough; This means that probably we are being too strict in
printing out the difference shows that roughly 0.01 atol with a slightly larger
Now it's time to PR: |
Add link to #5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
Add link to #5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
…rch#5944) Add link to pytorch#5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
…rch#5944) Add link to pytorch#5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
Working on issue: #5934 Doing a quick check for the differences (res-res_xla), we can see that results are pretty much equal:
But we see a bunch of Note that we should have this |
…rch#5944) Add link to pytorch#5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
Add link to #5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
Closing as all issues under this label have been resolved. |
Add link to #5934 in our FIX_LOWERING_FOR_CORE_ATEN_OPS.md.
Let's use this issue as space for sharing notes and steps for adding lowerings for missing core aten ops.
The text was updated successfully, but these errors were encountered: