mfi icon indicating copy to clipboard operation
mfi copied to clipboard

Common interface to cuBLAS

Open awvwgk opened this issue 3 years ago • 4 comments

For a variant of my set of BLAS wrappers I had to incorporate support for NVIDIA's cuBLAS as well at some point, which requires usage of OpenACC to perform the copyin/copyout to the device. While cuBLAS mostly shares the BLAS API it is still a vendor extension to it.

Are you planning to support vendor specific extension to the BLAS/LAPACK API in this interface as well?

awvwgk avatar Nov 22 '20 19:11 awvwgk