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

TPL Support for all BLAS functions using CuBLAS #247

Closed
crtrott opened this issue May 29, 2018 · 6 comments
Closed

TPL Support for all BLAS functions using CuBLAS #247

crtrott opened this issue May 29, 2018 · 6 comments

Comments

@crtrott
Copy link
Member

crtrott commented May 29, 2018

No description provided.

@crtrott crtrott added this to the August Release 3.0 milestone May 29, 2018
@crtrott crtrott changed the title TPL Support for all BLAS functions using MKL TPL Support for all BLAS functions using CuSparse May 29, 2018
@crtrott crtrott changed the title TPL Support for all BLAS functions using CuSparse TPL Support for all BLAS functions using CuBLAS May 29, 2018
@vqd8a vqd8a self-assigned this Jun 12, 2018
@vqd8a
Copy link
Contributor

vqd8a commented Jun 14, 2018

@crtrott Could you please send me some examples of using singleton for defining cuBLAS handle? It would be helpful. Thanks.

@ndellingwood
Copy link
Contributor

Cross referencing PR #262

@mhoemmen
Copy link
Contributor

@vqd8a When you create the cuBLAS handle (be sure only to create it once -- don't recreate it each time!), set up a Kokkos::finalize hook to free it.

@vqd8a
Copy link
Contributor

vqd8a commented Jun 20, 2018

Thanks @mhoemmen . cublasCreate and cublasDestroy are called only once.

srajama1 added a commit that referenced this issue Jul 9, 2018
TPL Support for BLAS functions (nrm2, axpy, dot, gemm) using CuBLAS (Issue #247)
srajama1 added a commit that referenced this issue Aug 15, 2018
TPL Support for BLAS functions (nrm1, nrminf, scal, gemv) using CuBLAS (Issue #247)
@srajama1
Copy link
Contributor

@vqd8a : Please create a wiki page with all the functions we support.

@vqd8a
Copy link
Contributor

vqd8a commented Aug 28, 2018

@srajama1 I added a wiki page for these.

@crtrott crtrott closed this as completed Nov 5, 2018
This was referenced Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants