I’ve installed the following Cuda toolset:
cudadriver_2.3_linux_64_190.18.run
cudasdk_2.3_linux.run
cudatoolkit_2.3_linux_64_ubuntu9.04.run
After configuring and building the SDK examples, I am getting the following output from deviceQuery (as well as similar messages from the other examples):
[indent]
[codebox]CUDA Device Query (Runtime API) version (CUDART static linking)
There is no device supporting CUDA.
Device 0: “Device Emulation (CPU)”
CUDA Driver Version: 2.30
CUDA Runtime Version: 2.30
CUDA Capability Major revision number: 9999
CUDA Capability Minor revision number: 9999
Total amount of global memory: 4294967295 bytes
Number of multiprocessors: 16
Number of cores: 128
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: 1
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: 1.35 GHz
Concurrent copy and execution: No
Run time limit on kernels: No
Integrated: Yes
Support host page-locked memory mapping: Yes
Compute mode: Default (multiple host threads can use this device simultaneously)
Test PASSED
Press ENTER to exit…[/indent]
I’ve attached my nvidia bug report. I scanned through it, and did not see any obvious problem.
Atfer searching the forums, I added the following entry to my grub.conf:
[indent]title Ubuntu 9.04, kernel 2.6.28-14-generic cuda
uppermem 524288
uuid 7075f9c9-033a-4203-8976-fe4e9a6ef0fc
kernel /vmlinuz-2.6.28-14-generic root=UUID=20a4ec3a-c5f5-41fa-bf84-27c4596a92ac ro quiet splash vmalloc=256MB pci=nommconf
initrd /initrd.img-2.6.28-14-generic[/codebox]
[/indent]
I also added:
[indent]Option “Int10Module” “on”[/indent]
to the device section of my xorg.conf.
Neither of these tweaks fixed the problem.
Has anyone gotten a GTX SLI configuration working using Ubuntu 9.04?
nvidia_bug_report.log.gz (55.7 KB)