Hi all !
I am a new with cuda, i have a GeForce 6200 card (with opensuse10.2).
I installed the driver NVIDIA_CUDA_NVIDIA-Linux-x86_64-169.09-pkg2.run
and
Toolkit_1.1_Suse10.2_x86_64.run
NVIDIA_CUDA_SDK_1.1_Linux.run
-
when I run any example, I get:
There is no device supporting CUDA. -
and deviceQuery gives:
There is no device supporting CUDA.
Device 0: “Device Emulation (CPU)”
Major revision number: -1
Minor revision number: -1
Total amount of global memory: -1 bytes
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 16384 bytes
Total number of registers available per block: 8192
Warp size: 32
Maximum number of threads per block: 512
Maximum sizes of each dimension of a block: 512 x 512 x 64
Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
Maximum memory pitch: 262144 bytes
Texture alignment: 256 bytes
Clock rate: 1350000 kilohertz
Test PASSED
Press ENTER to exit…
so, if anyone has an idea ;) ! (my global memory set to 0 is at least one problem i guess …)
thanks
Seb