I just installed the latest version (toolbox and C++ codes) on a Linux machine. When trying to run the simulations on GPU I get the error:
Error: Insufficient CUDA driver version. Install the latest drivers.
My CUDA driver is up-to-date and the simulations still run on the previous version, so the problem does not seem to come from the GPU itself.
How can I fix it?
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Problem with v1.3 GPU codes on Linux
(2 posts) (2 voices)-
Posted 4 years ago #
-
Hi charlotte.constans,
It does seem to be a CUDA driver version problem. The previous version was compiled with CUDA 8.0, this one with CUDA 10.2.
1. Open a terminal and type
nvidia-smi
. You need a driver 440.33 or newer to run this release.2. If this is not the case, run the GPU code using
./kspaceFirstOrder-CUDA --version
and take a look whether your GPU is supported. You need at least a Kepler GPU. Some old laptop GPUs are also not supported due to being deprecated in CUDA.Best
JiriPosted 4 years ago #
Reply
You must log in to post.