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

Rotg: implementation of BLAS level1 rotg #1529

Merged
merged 5 commits into from
Sep 16, 2022
Merged

Rotg: implementation of BLAS level1 rotg #1529

merged 5 commits into from
Sep 16, 2022

Commits on Sep 15, 2022

  1. ROTG: adding Givens rotation to our BLAS implementation

    This provides a basic implementation for Givens rotations but does
    not include TPLs backend or the ability to run on GPUs. These might
    be added later if required.
    lucbv committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    69145fd View commit details
    Browse the repository at this point in the history
  2. ROTG: adding support for TPLs

    Adding support for host BLAS, cuBLAS and rocBLAS
    lucbv committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c331650 View commit details
    Browse the repository at this point in the history
  3. ROTG: fix issue with return type of sqrt

    Kokkos::sqrt(Kokkos::complex<>) returns a Kokkos::complex<> so in
    this case we need to take the module of that since we want a
    magnitude_type.
    lucbv committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0f03ff5 View commit details
    Browse the repository at this point in the history
  4. ROTG: apply clang-format

    lucbv committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    29a8d82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b5e4fb View commit details
    Browse the repository at this point in the history