I executed the bandwidth program in CUDA SDK.
Does the following numbers look right to you ? or they are very small ?
If I should upgrade the computer, then could you recommend model for the motherboard ?
I am using 8800GTX
Thanks
Quick Mode
Host to Device Bandwidth for Pageable memory
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 1652.5
Quick Mode
Device to Host Bandwidth for Pageable memory
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 1331.5
Quick Mode
Device to Device Bandwidth
Transfer Size (Bytes) Bandwidth(MB/s)
33554432 63048.0
The notion “Host to Device Bandwidth for Pageable memory” means you’ve ran the test with non-pinned memory (this is the default setting). To get best bandwidth results (and get close to the physical limit of your PCI-E slot), you need to run “bandwidth.exe --memory=pinned”. You will only have 2-2.5gb/s transfer if you use pinned memory.