Everything else I’ve checked so far seems to work fine for CUDA 5.0 under ubuntu 12.10. However, I have a problem with bandwidthTest. The output I get is:
[CUDA Bandwidth Test] - Starting…
Running on…
Device 0: GeForce GTX 560M
Quick Mode
Host to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 6308.7
Device to Host Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 6228.1
Device to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 29571.9
But I don’t see the ‘passed’ message. Shouldn’t it print ‘passed’ ?? Thanks !!