Hi there,
I’m trying to get CUDA working on Suse 10.0. Installation went okay but I was not able to run the examples from the SDK. Any pointers or advice would be really great.
In a little more detail, this is my setup:
Suse 10.0
8800 GTX
NVIDIA-Linux-x86-1.0-9755-pkg1.run
cuda-linux-rel-0.8.1277-1783641.run
cuda-sdk-linux-0.8-beta.run
Every installation step went okay, compilation of the examples in all modes debug, emudebug, emurelease, release ditto, but for instance the output from matrixmul shows that some things are not entirely okay:
debug/matrixmul: “Cuda error in file ‘matrixmul.cu’ in line 96 : out of memory.”
emudebug/matrixmul: “Test PASSED”
emurelease/matrixmul: “Test PASSED”
release/matrixmul: “Test FAILED”
Any ideas?