0

I have 4 GTX 570's on a windows 7 machine. According to the programming guide Peer-to-peer memory copy should work on Geforce and Quadro as well as Tesla

Memory copies can be performed between the memories of two different devices. When a unified address space is used for both devices (see Unified Virtual Address Space), this is done using the regular memory copy functions mentioned in Device Memory. Otherwise, this is done using cudaMemcpyPeer(), cudaMemcpyPeerAsync(), cudaMemcpy3DPeer(), or cudaMemcpy3DPeerAsync()

However in order to use it on windows, I need to instal the TCC driver. Can I install the TCC driver for geforce cards on windows?

4

1 回答 1

6

不,Windows TCC 驱动程序仅支持 Tesla 和选定的基于 Fermi 和 Kepler 架构的 Quadro 卡。

于 2013-09-30T16:28:56.307 回答