Skip to content
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

Fix Frontend Failing Test: torch - linalg.torch.linalg.matrix_norm #28314

Closed
Tracked by #27498
Kacper-W-Kozdon opened this issue Feb 17, 2024 · 1 comment · Fixed by #28323 or #28500
Closed
Tracked by #27498

Fix Frontend Failing Test: torch - linalg.torch.linalg.matrix_norm #28314

Kacper-W-Kozdon opened this issue Feb 17, 2024 · 1 comment · Fixed by #28323 or #28500
Labels
Sub Task a sub task which is stemming from a ToDo list issue

Comments

@Kacper-W-Kozdon
Copy link
Contributor

Kacper-W-Kozdon commented Feb 17, 2024

At the first glance, the possible reasons for errors:

  • lack of @with_supported_dtypes/type-casting in some backends or unnecessary type-casting in the tests,
  • lack of set tolerances and/or no bounds on values, possibly leading to the generation of values too big for the dtype,
  • errors in the backend implementations (?) or some backends having limited implementations (not working at all for some dtypes).
@Kacper-W-Kozdon Kacper-W-Kozdon added the Sub Task a sub task which is stemming from a ToDo list issue label Feb 17, 2024
@Kacper-W-Kozdon
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sub Task a sub task which is stemming from a ToDo list issue
Projects
None yet
1 participant