Hi all,
Does anybody know if it is possible to use CUBLAS functions (such as cublasSgemm) in a cuda file (i.e a file with extension of .cu)?
I tried it, by adding the #include “cublas.h” into the my cuda program, but it gives this error message: “unresolved external symbol cublasInit referenced in function main”
I wanted to know if anybody has done this before? I appreciate any suggestions or helps…