Ask Your Question
4

What CUDA versions support which Compute Capability?

asked 2023-06-28 08:06:22 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-28 08:24:02 +0000

bukephalos gravatar image

The following table shows the CUDA version and the compute capability it supports:

| CUDA Version | Compute Capability | |--------------|--------------------| | 9.0 | 2.0, 2.1, 3.0, 3.5 | | 9.1 | 2.0, 2.1, 3.0, 3.5, 3.7, 5.0, 5.2, 5.3 | | 9.2 | 2.0, 2.1, 3.0, 3.5, 3.7, 5.0, 5.2, 5.3, 6.0, 6.1 | | 10.0 | 2.0, 2.1, 3.0, 3.5, 3.7, 5.0, 5.2, 5.3, 6.0, 6.1, 7.0, 7.2 | | 10.1 | 3.0, 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.2, 7.5 | | 10.2 | 3.0, 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.2, 7.5, 8.0 | | 11.0 | 3.0, 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.2, 7.5, 8.0, 8.6 | | 11.1 | 3.0, 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.2, 7.5, 8.0, 8.6, 8.7 |

Note: Compute capability refers to the level of parallel processing that a GPU can handle. The higher the compute capability, the more advanced the parallel processing capabilities of the GPU.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-28 08:06:22 +0000

Seen: 10 times

Last updated: Jun 28 '23