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

Implement missing LinearAlgebra wrappers and add support for uplo parameter #51

Merged
merged 8 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Add tests for missing LinearAlgebra wrappers

    Hermitian, UpperHessenberg, Bidiagonal, SymTridiagonal
    danielwe authored and maleadt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bcec0e0 View commit details
    Browse the repository at this point in the history
  2. Add support for missing LinearAlgebra wrappers

    Hermitian, UpperHessenberg, Bidiagonal, SymTridiagonal
    
    Closes JuliaGPU#46
    danielwe authored and maleadt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8c6bf9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f57fd86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f3a6f1 View commit details
    Browse the repository at this point in the history
  5. Be specific about dimensionality in tests

    Highlights inconsistent usage of Src/Dst in implementation
    danielwe authored and maleadt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    99bcb01 View commit details
    Browse the repository at this point in the history
  6. Correct usage of Src/Dst

    danielwe authored and maleadt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b8e5809 View commit details
    Browse the repository at this point in the history
  7. Drop redundant LinearAlgebra qualifier

    danielwe authored and maleadt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b6858e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d29a1e8 View commit details
    Browse the repository at this point in the history