Hi ,
Downloaded PFAC code and able to compile successfully on ubuntu build environment . While try to execute simple_example.exe, it throws following error during create_handle part,
Error: fails to create handle, CUDA driver version is insufficient for CUDA runtime version
Any idea on what is root cause for this error ?
My build environment details:
OS version : Ubuntu 16.04 64-bit OS
Nividia Graphics Card details:
06:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
Kernel modules: nvidiafb, nouveau, nvidia_375_drm, nvidia_375
CUDA version ;
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2010 NVIDIA Corporation
Built on Wed_Nov__3_16:16:57_PDT_2010
Cuda compilation tools, release 3.2, V0.2.1221
gcc --version :
gcc (Ubuntu/Linaro 4.4.7-8ubuntu1) 4.4.7
g++ --version :
g++ (Ubuntu/Linaro 4.4.7-8ubuntu1) 4.4.7
Thanks
Mohanraj