-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
@crtrott Could you please send me some examples of using |
Cross referencing PR #262 |
@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. |
Thanks @mhoemmen . |
TPL Support for BLAS functions (nrm2, axpy, dot, gemm) using CuBLAS (Issue #247)
TPL Support for BLAS functions (nrm1, nrminf, scal, gemv) using CuBLAS (Issue #247)
@vqd8a : Please create a wiki page with all the functions we support. |
@srajama1 I added a wiki page for these. |
No description provided.
The text was updated successfully, but these errors were encountered: