CUDA TCC驱动程序是否与Windows上的geforce卡配合使用?

CUDA TCC驱动程序是否与Windows上的geforce卡配合使用?

问题描述:

我在Windows 7机器上有4个GTX 570。根据编程指南对等内存副本应该在Geforce和Quadro以及特斯拉工作

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


内存副本可以在两个不同设备的记忆。当为两个设备使用统一的地址空间(请参阅统一虚拟地址空间)时,可使用设备内存中提到的常规内存复制功能。否则,这是使用cudaMemcpyPeer(),cudaMemcpyPeerAsync(),cudaMemcpy3DPeer()或cudaMemcpy3DPeerAsync()

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()

它在windows上,我需要安装TCC驱动程序。

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?

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

No, the Windows TCC driver only supports Tesla and selected Quadro cards based on the Fermi and Kepler architectures.