I have a OpenCV program. The terminal displays “OpenCV Error : Gpu API call( CUDA driver version is in sufficient for CUDA runtime version)” when I run it.
Environment:
TX1 ubuntu 16.04
CUDA 8.0
OpenCV 2.4.13
NVidia driver Version 24.2.1
I have seen this cryptic message when the CMakeLists.txt file doesn’t specify the correct architecture when you compile. You should have something like this:
I run the deviceQuery of CUDA sample. I get the message
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 35
-> CUDA driver version is in sufficient for CUDA runtime version
Resul = FAIL