Hi, all:
I’m new to cuda fortran. I’m trying to port my Fortran program to cuda platform. Since my code heavily depends on blas and lapack libraries, I need use cublas and cusolver libraries to ease the porting process. I downloaded and installed the free community version of PGI compilers on windows (version 19.1). I found cublas.mod and cusolverdn.mod in the include directory. But on the Fortran Cuda interface document page of PGI website (PGI Fortran CUDA Library Interfaces Version 20.4 for x86 and NVIDIA Processors), there is no introduction of the cusolver library. Can anyone tell me where I can find the fortran Cuda interface document on the cusolver library?
Thanks,
Jianhua