문제

Do you have any experience working with CUDA on an enabled GPU that uses the PCI interface (as opposed to PCIe)? Does it work?

도움이 되었습니까?

해결책

I cannot see a reason why it wouldn't work, and a quick google for "PCI CUDA" seems to confirm that it's possible. They do make some CUDA cards for PCI.

However, the bandwindth is one of the important bottlenecks on GPGPU, but probably not the most important one too (well, depends on the specific problem). If you're OK with having the Host<->Device transfer slower, then you're good to go.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top