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

Add calls to BLAS routines for SpMV with BsrMatrix #1296

Closed
wants to merge 6 commits into from

Conversation

uhetmaniuk
Copy link
Contributor

  • Call a KokkosKernels BLAS routine for each operation of Y <- alpha OP(A) X + beta Y
  • Add the conjugate option for two BLAS routines (GEMV and GEMM).

@uhetmaniuk
Copy link
Contributor Author

@lucbv
I would like to add you as reviewer.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

Rename `KOKKOS_IF_{HOST,DEVICE} -> KOKKOS_IF_ON_{HOST,DEVICE}`
@lucbv lucbv self-requested a review January 31, 2022 14:08
uhetmaniuk and others added 2 commits January 31, 2022 09:17
…s-kernels into bsr-cuda-spmv-blas

* 'bsr-cuda-spmv-blas' of github.com:NexGenAnalytics/kokkos-kernels:
  Update SpMV for BsrMatrix with calls to BLAS routines. Add conjugate options for two BLAS routines.
@uhetmaniuk uhetmaniuk closed this Jan 31, 2022
@uhetmaniuk uhetmaniuk deleted the bsr-cuda-spmv-blas branch January 31, 2022 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants