I downloaded CUDA Toolkit and SDK 2.1 for 32-bit Fedora 9 from CUDA zoom.
It fails at emu mode.
However, the following version of toolkit and SDK work on my 32-bit Fedora 9 at emu mode.
CUDA toolkit 2.1 beta for 32-bit Fedora 9 from this link: http://forums.nvidia.com/index.php?showtopic=82290
CUDA SDK 2.1 for 32-bit REL 5.x from CUDA zoom.
I typed the command “make emu=1” to build the SDK.
Then I run the matrixMul example in bin/linux/emurelease folder.
I got the following error:
cutilCheckMsg() CUTIL CUDA error: Kernel execution failed in file <matrixMul.cu>, line 140 : feature is not yet implemented.
Other examples got the same error, complaining “feature is not yet implemented”.
I tried to recompile the example codes with “make emu=1”, but still got the same error.