-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 torch frontend svds functions #28829
base: main
Are you sure you want to change the base?
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdd7e00 - Browse repository at this point
Copy the full SHA fdd7e00View commit details -
fixed torch frontend linalg.svd
update accepted dtype to include complex numbers add handling for out argument fix dtype and output format
Configuration menu - View commit details
-
Copy full SHA for cd0d95d - Browse repository at this point
Copy the full SHA cd0d95dView commit details -
fixed torch frontend blas_and_lapack_ops.svd
added its accepted dtypes add handling to compute_uv argument fix output format
Configuration menu - View commit details
-
Copy full SHA for 3b41260 - Browse repository at this point
Copy the full SHA 3b41260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a08e6 - Browse repository at this point
Copy the full SHA 41a08e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac3b49 - Browse repository at this point
Copy the full SHA 1ac3b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5587554 - Browse repository at this point
Copy the full SHA 5587554View commit details -
fixed torch frontend test_blas_and_lapack_ops.test_torch_svd
fixed testing dtype range making input symmetric positive definite matrix conduct calculation value test externally as the results are supposed to be not unique
Configuration menu - View commit details
-
Copy full SHA for 36d2190 - Browse repository at this point
Copy the full SHA 36d2190View commit details -
fix torch frontend test_linalg.test_torch_svd
generate symmetric positive definite input matrixes with correct dtype range to be tested add different test value methods for different output modes (full_matrices)
Configuration menu - View commit details
-
Copy full SHA for 65c75aa - Browse repository at this point
Copy the full SHA 65c75aaView commit details -
fix torch frontend test_tensor.test_torch_svd
test for all valid input dtypes make input symmetric positive-definite matrix add different value tests for different “some” argument values
Configuration menu - View commit details
-
Copy full SHA for 6a39104 - Browse repository at this point
Copy the full SHA 6a39104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12217c7 - Browse repository at this point
Copy the full SHA 12217c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c70d12 - Browse repository at this point
Copy the full SHA 5c70d12View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5392ff4 - Browse repository at this point
Copy the full SHA 5392ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e873566 - Browse repository at this point
Copy the full SHA e873566View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff195ce - Browse repository at this point
Copy the full SHA ff195ceView commit details