NVIDIA CUDA:开发者驱动程序是什么?

发布于 2024-10-14 22:31:25 字数 358 浏览 3 评论 0原文

要开发 NVIDIA CUDA 程序,需要的工具有:

  1. 开发人员驱动程序
  2. CUDA Toolkit
  3. GPU 计算 SDK

这个开发人员驱动程序是什么?静默安装会覆盖任何已安装的 NVIDIA 显卡驱动程序。那么,开发者驱动程序与通常的 NVIDIA 显卡驱动程序有何不同?它包含哪些额外的组件或功能?

开发人员驱动程序有 32 位和 64 位两种版本。如果我在 64 位 Windows 7 上开发 32 位 Visual C++/CUDA 项目,我应该选择哪种类型的开发驱动程序?为什么?

To develop NVIDIA CUDA programs, the tools needed are:

  1. Developer drivers
  2. CUDA Toolkit
  3. GPU Computing SDK

What is this developer driver? Installing it silently overrides any NVIDIA graphics driver that is already installed. So, how is the developer driver different from the usual NVIDIA graphics driver? What extra components or functionality does it contain?

The developer driver is available in both 32-bit and 64-bit flavours. If I am developing 32-bit Visual C++/CUDA projects on 64-bit Windows 7, which flavour of the developer driver do I choose? Why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

靑春怀旧 2024-10-21 22:31:25

开发者下载页面

注意:下面的开发人员驱动程序包以最少的安装程序为最多数量的 NVIDIA 产品提供基准支持。为开发人员和最终用户提供的更多最新生产驱动程序包可在 www.nvidia.com/drivers 上找到。

开发人员驱动程序随工具包一起发布,旨在为所有支持 CUDA 的设备提供广泛支持。另一方面,驱动程序页面上的驱动程序会根据需要发布;主要驱动程序完全支持 CUDA,但每个驱动程序可能支持一部分设备。

顺便说一句,当您安装 NVIDIA 驱动程序时,它会告诉您当前安装的版本以及您正在安装的版本(除非您选择静默安装!)。

From the developer download page:

Note: The developer driver packages below provide baseline support for the widest number of NVIDIA products in the smallest number of installers. More recent production driver packages for developers and end users may be available at www.nvidia.com/drivers.

The developer driver is released with the Toolkit and is intended to have wide support for all CUDA capable devices. On the other hand the drivers on the main driver page are released as appropriate; the main drivers have full support for CUDA, but each one may support a subset of devices.

Incidentally, when you install a NVIDIA driver it tells you what version is currently installed and what version you're installing (unless you choose a silent install!).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文