You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @JiacLuo,
Have you already resolved this problem? That header file was part of CUDA. Installs the driver, and CUDA appropriately can fix this error.
Hello @JiacLuo, Have you already resolved this problem? That header file was part of CUDA. Installs the driver, and CUDA appropriately can fix this error.
Problem description:
g++ -O3 -Wno-unused-result -I/include -std=c++11 -DIS_JETSON=false -c gpu_burn-drv.cpp
gpu_burn-drv.cpp:63:10: fatal error: cublas_v2.h: No such file or directory
63 | #include "cublas_v2.h"
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:45: gpu_burn-drv.o] Error 1
The text was updated successfully, but these errors were encountered: