CUDA TCC驱动程序是否与Windows上的geforce卡配合使用? [英] Does the CUDA TCC driver work with geforce cards on windows?

查看:690
本文介绍了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.

这篇关于CUDA TCC驱动程序是否与Windows上的geforce卡配合使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆