We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g++ -O3 -Wno-unused-result -I/usr/local/cuda/include -std=c++11 -c gpu_burn-drv.cpp gpu_burn-drv.cpp:62:10: fatal error: cublas_v2.h: No such file or directory 62 | #include "cublas_v2.h" | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:39: gpu_burn-drv.o] Error 1
Help!!
The text was updated successfully, but these errors were encountered:
Install nvidia-cuda-dev package, or whichever it is called on your distro.
Sorry, something went wrong.
On some distros you might need to specify the correct CUDA path, e.g. on Arch it's make CUDAPATH=/opt/cuda
make CUDAPATH=/opt/cuda
No branches or pull requests
Help!!
The text was updated successfully, but these errors were encountered: