-
Notifications
You must be signed in to change notification settings - Fork 517
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
e2e support aten.linalg_norm to aten.linalg_vector_norm #2953
Conversation
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.
LGTM. I will let @ramiro050 approve this to ensure this decomposition is okay.
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.
Looks mostly good. Just a few small comments
56853f8
to
f881f41
Compare
@ramiro050 If you could take another look before merging. |
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.
LGTM! Thanks
Add e2d support for
aten.linalg_norm
by decompose it toaten.linalg_vector_norm
.Lowering to
aten.linalg_matrix_norm
is still unsupported.To Test:
python -m e2e_testing.main -v