Cuda Fortran and Cublas

Hello
I’m trying to use the library Cublas from fortran Cuda is possible to do this? I would like to help.

Thanks

Roberto Quirino

Hi Roberto,

You can use Cudablas like any other library using Fortran to C calling conventions so long as you are call the routines from host code and not from a kernel. Though, support for calling CUDA routines (not just cuda blas) from kernels should be available later this year.

Hope this helps,
Mat