Hi all! I have been using CUDA 7.0 toolkit and cuSPARSE library functions such as cusparseCreate, cusparseSetMatType, etc. but when I compile the project, I get the following error:
“LINK : fatal error LNK1104: cannot open file ‘cusparse.lib’”.
I have already included cudart.lib and cusparse.lib as additional dependencies to input in Linker section of the project properties. Also the project has been active on Win32 platform.
Please suggest ways to resolve this issue.
Thank you.