Driver update problem CUDA driver update problem ..........

Hi,

I don’t know why but at startup a CUDA Message appears with a button (disabled) that says “Install CUDA Update” and below the button says “Latest available CUDA driver installed”, and also there says that my actual CUDA Driver is 3.1.17 UPDATE REQUIRED and my GPU Driver is 1.6.24.17 (256.00.15f04).

I’m new with CUDA + Mac development. Attached is the

Thanks,
Yugi

Screen shot 2010-11-12 at 10.07.21 PM.png

Hi,

I don’t know why but at startup a CUDA Message appears with a button (disabled) that says “Install CUDA Update” and below the button says “Latest available CUDA driver installed”, and also there says that my actual CUDA Driver is 3.1.17 UPDATE REQUIRED and my GPU Driver is 1.6.24.17 (256.00.15f04).

I’m new with CUDA + Mac development. Attached is the

Thanks,
Yugi

What does the info button next to “Update Required” display? What OS X version are you running?
10.6.5 apparently needs a driver update that Nvidia has not yet published, so that could explain the situation.

What does the info button next to “Update Required” display? What OS X version are you running?
10.6.5 apparently needs a driver update that Nvidia has not yet published, so that could explain the situation.

The problem solved after Nvidia releasing new drivers and updating. thanks

The problem solved after Nvidia releasing new drivers and updating. thanks

I still have this issue.
I’m on:

CUDA Driver Version: 387.128 (Update Required)
GPU Driver Version: 355.11.10.10.20.111
macOS H.S. Version 10.13.3
iMac 21.5-inch, Late 2013
GT 750M 1 GB

Interesting for the first time this morning the Install CUDA Update button was enabled.
I pressed it and an update was performed. I rebooted, logged in and the panel popped up again with the Install CUDA Update
disabled again.

I’m wondering if the fact that I have nsight installed may be somehow related.

I uninstalled all my cuda drivers, tool and samples as per these instructions:

http://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html#uninstall

I then downloaded and installed cuda_9.1.128_mac.dmg

After the very long installation I rebooted.

Same issue

Followed these instructions.
4.1
kextstat | grep -i cuda
150 0 0xffffff7f80f14000 0x2000 0x2000 com.nvidia.CUDA (1.1.0) 4329B052-6C8A-3900-8E83-744487AEDEF1 <4 1>

4.2
nvcc wasn’t in my path so I had to locate it… but it ran.

./nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Tue_Dec_19_21:36:29_CST_2017
Cuda compilation tools, release 9.1, V9.1.128

I proceeded to make a few examples as per the instructions… No problem except I had to sudo to make.
The instructions say that you should be able to build all CUDA samples by simply typing make in the samples root directory.
this did not work for me.

MicMac:samples brianobrien$ pwd
/Developer/NVIDIA/CUDA-9.1/samples
MyMac:samples me$ make
clang++ -rpath /Developer/NVIDIA/CUDA-9.1/lib -L/Developer/NVIDIA/CUDA-9.1/lib -framework CUDA -o simpleTemplates_nvrtc simpleTemplates.o -lnvrtc
ld: framework not found CUDA
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [simpleTemplates_nvrtc] Error 1
make: *** [0_Simple/simpleTemplates_nvrtc/Makefile.ph_build] Error 2

I verified the installation.

4.3 Runtime
[url]CUDA Toolkit Documentation

I verified as per the instructions.

MyMac:release me$ ./deviceQuery
./deviceQuery Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
→ CUDA driver version is insufficient for CUDA runtime version
Result = FAIL