Dear Forum,
I just started using GPU and it has been going incredibly well until now. I have used cusolverDnCpotr successfully. Now I wanted to try the batched version cusolverDnCpotrfBatched. But it doesn’t seem to be in libcusolver.so since I get the linking error:
FOI_covmat.o: In function FOI_covmat::chol(cusolverDnContext*)': tmpxft_00001191_00000000-5_FOI_covmat.compute_70.cudafe1.cpp:(.text+0x12e9): undefined reference to
cusolverDnCpotrfBatched(cusolverDnContext*, cublasFillMode_t, int, float2**, int, int*, int)’
collect2: error: ld returned 1 exit status
???
Thank you
Per Zetterberg