CUDA 计算能力要求 [英] CUDA compute capability requirements

查看:52
本文介绍了CUDA 计算能力要求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下方面的最低计算能力要求是什么:

What are the minimum compute capability requirements for:

  1. CUDA 5.5?
  2. CUDA 6.0?
  3. CUDA 6.5?

推荐答案

CUDA VERSION   Min CC   Deprecated CC  Default CC  Max CC
5.5 (and prior) 1.0       N/A             1.0
6.0             1.0       1.0             1.0
6.5             1.1       1.x             2.0
7.x             2.0       N/A             2.0
8.0             2.0       2.x             2.0      6.2
9.x             3.0       N/A             3.0      7.0
10.x            3.0       N/A             3.0      7.5 (3.0 deprecated in 10.2)
11.x            3.5       3.x,5.0         5.2      8.6 (11.0:8.0, 11.1:8.6)
(CUDA 11.5 still "supports" cc3.5 devices; the R495 driver in CUDA 11.5 installer does not)

  • Min CC = 可以指定给 nvcc 的最小计算能力
  • 已弃用 CC = 如果您指定此 CC,您将收到弃用消息,但仍应继续编译.
  • 默认 CC = 如果没有使用 -arch-gencode 开关,则目标架构
  • Max CC = 您可以在编译命令行上通过 arch 开关(compute_XY、sm_XY)指定的最高计算能力
    • Min CC = minimum compute capability that can be specified to nvcc
    • Deprecated CC = If you specify this CC, you will get a deprecation message, but compile should still proceed.
    • Default CC = The architecture that will be targetted if no -arch or -gencode switches are used
    • Max CC = The highest compute capability you can specify on the compile command line via arch switches (compute_XY, sm_XY)
    • 这篇关于CUDA 计算能力要求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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