<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: Insufficient CUDA driver version with latest?  Too new?</title>
		<link>http://www.k-wave.org/forum/topic/insufficient-cuda-driver-version-with-latest-too-new</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 22:30:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/insufficient-cuda-driver-version-with-latest-too-new" rel="self" type="application/rss+xml" />

		<item>
			<title>Jiri Jaros on "Insufficient CUDA driver version with latest?  Too new?"</title>
			<link>http://www.k-wave.org/forum/topic/insufficient-cuda-driver-version-with-latest-too-new#post-7022</link>
			<pubDate>Mon, 26 Aug 2019 09:30:13 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">7022@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Administratorte,&#60;/p&#62;
&#60;p&#62;Since you have a Pascal GPU, you will have to download source codes and recompile the code because by the time the code was released this GPU did not exist.&#60;/p&#62;
&#60;p&#62;Please download latest CUDA, open the makefile and change CUDA_ARCH variable&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;CUDA_ARCH = --generate-code arch=compute_30,code=sm_30 \
            --generate-code arch=compute_32,code=sm_32 \
            --generate-code arch=compute_35,code=sm_35 \
            --generate-code arch=compute_37,code=sm_37 \
            --generate-code arch=compute_50,code=sm_50 \
            --generate-code arch=compute_52,code=sm_52 \
            --generate-code arch=compute_53,code=sm_53 \
            --generate-code arch=compute_60,code=sm_60 \
            --generate-code arch=compute_61,code=sm_61 \
            --generate-code arch=compute_62,code=sm_62 \
            --generate-code arch=compute_70,code=sm_70 \
            --generate-code arch=compute_72,code=sm_72 \
            --generate-code arch=compute_75,code=sm_75 \&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Before you do so, try to run the CPU code first. The P400 GPU you have is very bad at CUDA computation. It is a very basic low-end card. The CPU will probably be much faster. Moreover, the tiny amount fo GPU memory will limit the size of the simulation to something like 200x200x200 gridpoints.&#60;/p&#62;
&#60;p&#62;Best&#60;br /&#62;
Jiri
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Administratorte on "Insufficient CUDA driver version with latest?  Too new?"</title>
			<link>http://www.k-wave.org/forum/topic/insufficient-cuda-driver-version-with-latest-too-new#post-7004</link>
			<pubDate>Thu, 22 Aug 2019 13:44:28 +0000</pubDate>
			<dc:creator>Administratorte</dc:creator>
			<guid isPermaLink="false">7004@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi.  Thanks very much for getting back to me.  The two outputs&#60;br /&#62;
are below.  Thanks again for any help you can provide.&#60;/p&#62;
&#60;p&#62;Cheers.&#60;/p&#62;
&#60;p&#62;**&#60;/p&#62;
&#60;p&#62;Thu Aug 22 06:41:32 2019&#60;br /&#62;
+-----------------------------------------------------------------------------+&#60;br /&#62;
&#124; NVIDIA-SMI 430.40       Driver Version: 430.40       CUDA Version: 10.1     &#124;&#60;br /&#62;
&#124;-------------------------------+----------------------+----------------------+&#60;br /&#62;
&#124; GPU  Name        Persistence-M&#124; Bus-Id        Disp.A &#124; Volatile Uncorr. ECC &#124;&#60;br /&#62;
&#124; Fan  Temp  Perf  Pwr:Usage/Cap&#124;         Memory-Usage &#124; GPU-Util  Compute M. &#124;&#60;br /&#62;
&#124;===============================+======================+======================&#124;&#60;br /&#62;
&#124;   0  Quadro P400         Off  &#124; 00000000:01:00.0  On &#124;                  N/A &#124;&#60;br /&#62;
&#124; 34%   34C    P8    N/A /  N/A &#124;    334MiB /  1999MiB &#124;      0%      Default &#124;&#60;br /&#62;
+-------------------------------+----------------------+----------------------+&#60;/p&#62;
&#60;p&#62;+-----------------------------------------------------------------------------+&#60;br /&#62;
&#124; Processes:                                                       GPU Memory &#124;&#60;br /&#62;
&#124;  GPU       PID   Type   Process name                             Usage      &#124;&#60;br /&#62;
&#124;=============================================================================&#124;&#60;br /&#62;
&#124;    0      2129      G   /usr/bin/X                                   143MiB &#124;&#60;br /&#62;
&#124;    0     23212      G   /usr/bin/gnome-shell                         188MiB &#124;&#60;br /&#62;
+-----------------------------------------------------------------------------+&#60;/p&#62;
&#60;p&#62;┌───────────────────────────────────────────────────────────────┐&#60;br /&#62;
│                 kspaceFirstOrder3D-CUDA v1.2                  │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Selected GPU device id:                                Failed │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│                       Build information                       │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Build number:     kspaceFirstOrder3D v3.5                     │&#60;br /&#62;
│ Build date:       Sep  4 2017                                 │&#60;br /&#62;
│ Build time:       23:31:29                                    │&#60;br /&#62;
│ Git hash:         cc750a58cc6b3d43f96f2c3bba959fbb9e69556f    │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Operating system: Linux x64                                   │&#60;br /&#62;
│ Compiler name:    GNU C++ 5.4.0                               │&#60;br /&#62;
│ Instruction set:  Intel SSE 2                                 │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ CUDA runtime:     N/A                                         │&#60;br /&#62;
│ CUDA driver:      0.0                                         │&#60;br /&#62;
│ CUDA code arch:   N/A                                         │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ CUDA device id:   N/A                                         │&#60;br /&#62;
│ CUDA device name: N/A                                         │&#60;br /&#62;
│ CUDA capability:  N/A                                         │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Contact email:    &#60;a href=&#34;mailto:jarosjir@fit.vutbr.cz&#34;&#62;jarosjir@fit.vutbr.cz&#60;/a&#62;                       │&#60;br /&#62;
│ Contact web:      &#60;a href=&#34;http://www.k-wave.org&#34; rel=&#34;nofollow&#34;&#62;http://www.k-wave.org&#60;/a&#62;                       │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│       Copyright (C) 2017 Jiri Jaros and Bradley Treeby        │&#60;br /&#62;
└───────────────────────────────────────────────────────────────┘&#60;br /&#62;
┌───────────────────────────────────────────────────────────────┐&#60;br /&#62;
│            !!! K-Wave experienced a fatal error !!!           │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Error: Insufficient CUDA driver version. Install the latest   │&#60;br /&#62;
│        drivers.                                               │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│                      Execution terminated                     │&#60;br /&#62;
└───────────────────────────────────────────────────────────────┘
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jiri Jaros on "Insufficient CUDA driver version with latest?  Too new?"</title>
			<link>http://www.k-wave.org/forum/topic/insufficient-cuda-driver-version-with-latest-too-new#post-7002</link>
			<pubDate>Wed, 21 Aug 2019 12:39:12 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">7002@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Administratorte,&#60;br /&#62;
Could you run &#60;code&#62;nvidia-smi&#60;/code&#62; and and post the result?&#60;br /&#62;
and also kspace... --version?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Administratorte on "Insufficient CUDA driver version with latest?  Too new?"</title>
			<link>http://www.k-wave.org/forum/topic/insufficient-cuda-driver-version-with-latest-too-new#post-7000</link>
			<pubDate>Tue, 20 Aug 2019 23:51:58 +0000</pubDate>
			<dc:creator>Administratorte</dc:creator>
			<guid isPermaLink="false">7000@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Good Day.&#60;/p&#62;
&#60;p&#62;I'm trying to help a prof run the kspaceFirstOrder3D-CUDA v1.2&#60;br /&#62;
program from matlab and after a bunch of library trickery&#60;br /&#62;
to get it to work on CentOS 7.6, it runs but then:&#60;/p&#62;
&#60;p&#62;!!! K-Wave experienced a fatal error !!!           │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│ Error: Insufficient CUDA driver version. Install the latest   │&#60;br /&#62;
│        drivers.                                               │&#60;br /&#62;
├───────────────────────────────────────────────────────────────┤&#60;br /&#62;
│                      Execution terminated           &#60;/p&#62;
&#60;p&#62;The machine is running the very latest NVIDIA GPU driver&#60;br /&#62;
(430.40) and the CUDA that is installed is 10.1.&#60;/p&#62;
&#60;p&#62;Is this too new?  Do we need to drop back on both the driver&#60;br /&#62;
to the latest 390.x and perhaps an earlier version of CUDA?&#60;/p&#62;
&#60;p&#62;Any help greatly appreciated.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
