Hi,
I’ve been using CUDA for some months now, learning to write code with two Quadro FX 570.
Now I’ve just bought a Tesla C1060, I installed it (removing one FX 570, so that now I have 1 FX 570 and 1 Tesla C1060), installed the driver, and the device seems to be correctly installed (I can see it in Nvidia Control Panel), but my CUDA programs do not work anymore. Neither the sample codes already compiled work now, it seems that there is something wrong with the installation of the toolkit. I tried to disinstall everything several times, trying to install the versions of drivers and toolkit from the CD-ROM I got with the video card, and using the installers from the website.
I have a Dell Precision T7400, Intel Xeon E5440, 32GB of RAM, Windows XP Pro 64bit SP2.
If I try to run the example deviceQuery I get a dll entry point error “The procedure entry point cudaDriverGetVersion could not be located in the dynamic link library cudart.dll”.
Here you can see some examples of errors I get while running the other examples (already compiled) from the SDK:
C:\NVIDIA GPU Computing SDK\C\bin\win64\Release>volumeRender.exe
[ CUDA 3D Volume Render ]
This sample needs a card capable of OpenGL and display.
Please choose a different device with the -device=x argument.
Press ENTER to exit…
C:\NVIDIA GPU Computing SDK\C\bin\win64\Release>eigenvalues.exe
[ CUDA eigenvalues ]
Matrix size: 2048 x 2048
Precision: 0.000010
Iterations to be timed: 100
Result filename: ‘eigenvalues.dat’
Gerschgorin interval: -2.894310 / 2.923303
cutilCheckMsg() CUTIL CUDA error: Kernel launch failed. in file <d:/devtools/SDK
10/CUDA_2.3/SDK10/Compute/C/src/eigenvalues/bisect_large.cu>, line 180 : invalid
device function .
C:\NVIDIA GPU Computing SDK\C\bin\win64\Release>scalarProd.exe
Initializing data…
…allocating CPU memory.
…allocating GPU memory.
…generating input data in CPU mem.
…copying input data to GPU mem.
Data init done.
Executing GPU kernel…
cutilCheckMsg() CUTIL CUDA error: scalarProdGPU() execution failed
in file <scalarProd.cu>, line 127 : invalid device function .
C:\NVIDIA GPU Computing SDK\C\bin\win64\Release>oceanFFT.exe
[CUDA FFT Ocean Simulation]
Left mouse button - rotate
Middle mouse button - pan
Left + middle mouse button - zoom
‘w’ key - toggle wireframe
[CUDA FFT Ocean Simulation]
cufft: ERROR: D:/Bld/rel/gpgpu/toolkit/r2.0/cufft/src/execute.cu, line 1038
cufft: ERROR: CUFFT_EXEC_FAILED
cufft: ERROR: D:/Bld/rel/gpgpu/toolkit/r2.0/cufft/src/execute.cu, line 284
cufft: ERROR: CUFFT_EXEC_FAILED
cufft: ERROR: D:/Bld/rel/gpgpu/toolkit/r2.0/cufft/src/cufft.cu, line 119
cufft: ERROR: CUFFT_EXEC_FAILED
cufftSafeCall() CUFFT error in file <.\oceanFFT.cpp>, line 422.
Could you please help me? Thank you.
Alessandro