Hi all,
Wondering if anyone can give me some pointers. I just installed CUDA 2.1 on 64-bit Ubuntu on my desktop at home using an 8600GTS. I was able to successfully build the SDK, and most of the demos run without problem. However, bandwidthTest fails with a Runtime API error, “out of memory”, usually very quickly. I have tried with --mode=pinned, and also changing the start and end and increment sizes, all to no avail. Certain combinations run for slightly longer, but all crash/fail with the above error message. Is there an issue with this card? It reports 256MB of memory, so the test should not be failing at 100KB…
Thank you