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 blas_and_lapack_ops cholesky #28767

Merged
merged 4 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    868f4a9 View commit details
    Browse the repository at this point in the history
  2. added a condition just in case if input dtype is complex, in that cas…

    …e it should not be casted to float64
    Jin Wang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7cf1108 View commit details
    Browse the repository at this point in the history
  3. change the cholesky test of blas_and_lapack_ops to be like the simila…

    …r one in test_linalg to fix the problem
    Jin Wang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8083979 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b8187 View commit details
    Browse the repository at this point in the history