Are there very few GPUs that support CUDA 11.8?
When I create a GPU Pod on Secure Cloud, if I select the CUDA 11.8 version, there are very few GPUs available. However, when I choose 'any', there are many more GPUs available for deployment. My project currently requires the use of CUDA 11.8.
2 Replies
CUDA is backwards compatible, you can select basically any of them and they will all work on the older version as well.
Understood, thans