Hello,
I was able to configure my CUDA on Vista n Ubuntu 8.04. But for Ubuntu 9.04 I am getting following error when I use make command in SDK folder.
gcc i am using is 4.3
Can anyone help in this issue.
Thanks,
Manuj
Pls note I have attached the text file for the error i am getting when I use make command
issue.txt (13 KB)
Well, I was able to fix the problem by using gcc 4.2 and g++ 4.2 … But for few examples like bandwidth it gives error:
Running on…
device 0:GeForce 8400M GS
Quick Mode
Host to Device Bandwidth for Pageable memory
.
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 1063.1
Quick Mode
Device to Host Bandwidth for Pageable memory
.
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 431.7
Quick Mode
Device to Device Bandwidth
cudaSafeCall() Runtime API error in file <bandwidthTest.cu>, line 725 : out of memory.
Any thought on above output?
THanks,
Manuj
I am going to hazard a guess that your GPU only has 256Mb of ram, which isn’t going to be enough to run some of the SDK examples.