What are the differences between CUDA compute capabilities?

前端 未结 1 815
轮回少年
轮回少年 2020-12-13 09:29

What does compute capability 2.0 add over 1.3, 2.1 over 2.0, and 3.0 over 2.1?

相关标签:
1条回答
  • 2020-12-13 10:19

    The Compute Capabilities designate different architectures. In general, newer architectures run both CUDA programs and graphics faster than previous architectures. Note, though, that a high end card in a previous generation may be faster than a lower end card in the generation after.

    From the CUDA C Programming Guide (v6.0):

    Table of Compute Capabilities

    0 讨论(0)
提交回复
热议问题