Greetings,
I have Ubuntu 14.04 x86_64 with nvidia Driver Version 340.65. I installed (compiled) cuda-6.5 package, but it’s not working, giving errors with code 30; for example:
matrixMul
[Matrix Multiply Using CUDA] - Starting…
cudaGetDevice returned error code 30, line(396)
cudaGetDeviceProperties returned error code 30, line(409)
MatrixA(320,320), MatrixB(640,320)
cudaMalloc d_A returned error code 30, line(164)
eigenvalues
Starting eigenvalues
CUDA error at …/…/common/inc/helper_cuda.h:1032 code=30(cudaErrorUnknown) “cudaGetDeviceCount(&device_count)”
What could be wrong with my CUDA-6.5 installation ? Or is it problem of nvidia GeForce 9800 GT ?
The nvidia-smi command gives:
±-----------------------------------------------------+
| NVIDIA-SMI 340.65 Driver Version: 340.65 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce 9800 GT Off | 0000:01:00.0 N/A | N/A |
| 0% 51C P0 N/A / N/A | 288MiB / 511MiB | N/A Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| 0 Not Supported |
±----------------------------------------------------------------------------+
Yours, Miro