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 torch frontend svds functions #28829

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    fdd7e00 View commit details
    Browse the repository at this point in the history
  2. fixed torch frontend linalg.svd

    update accepted dtype to include complex numbers
    add handling for out argument
    fix dtype and output format
    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cd0d95d View commit details
    Browse the repository at this point in the history
  3. fixed torch frontend blas_and_lapack_ops.svd

    added its accepted dtypes
    add handling to compute_uv argument
    fix output format
    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3b41260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a08e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac3b49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5587554 View commit details
    Browse the repository at this point in the history
  7. 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
    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    36d2190 View commit details
    Browse the repository at this point in the history
  8. 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)
    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    65c75aa View commit details
    Browse the repository at this point in the history
  9. 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
    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6a39104 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12217c7 View commit details
    Browse the repository at this point in the history
  11. Update test_linalg.py

    Daniel4078 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5c70d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    5392ff4 View commit details
    Browse the repository at this point in the history
  2. Update test_linalg.py

    Daniel4078 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e873566 View commit details
    Browse the repository at this point in the history
  3. Update test_tensor.py

    Daniel4078 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ff195ce View commit details
    Browse the repository at this point in the history