c++ - CUDA TCC 驱动程序是否适用于 Windows 上的 geforce 卡?

标签 c++ windows cuda

我在 Windows 7 机器上有 4 个 GTX 570。根据编程指南,点对点内存复制应该在 Geforce 和 Quadro 以及 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()

然而,为了在 Windows 上使用它,我需要安装 TCC 驱动程序。我可以在 Windows 上为 geforce 卡安装 TCC 驱动程序吗?

最佳答案

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

关于c++ - CUDA TCC 驱动程序是否适用于 Windows 上的 geforce 卡?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19098650/

相关文章:

c++ - Lower_bound 抛出 "error C2914: ' std::lower_bound' :无法推导出模板参数,因为函数参数不明确”

windows - 如何自动检测并释放真正发生变化的DLL?

python - tensorflow 错误。 CUDA 驱动程序版本不足以满足 CUDA 运行时版本

c++ - 有选择地编译 CUDA 中的头文件和类函数

performance - 提高二维图像 'tracing' CUDA 内核性能的技巧?

c++ - 虚函数和泛型编程

c++ - 如何防止不必要的对象复制

c++ - 大集合的第 n 个或任意组合

c++ - 对于最大吞吐量,UDP 数据包的最佳大小是多少?

php - 使用 PHP 在前台执行视频播放器