Is there a way to discover CUDA sm_xx version by card name?
My specific problem is: I have a CUDA application which requires SM_12 or higher and I have a customer who has a Quadro Q5000. How can I discover whether that card has SM_12 or higher?
Is there a way to discover CUDA sm_xx version by card name?
My specific problem is: I have a CUDA application which requires SM_12 or higher and I have a customer who has a Quadro Q5000. How can I discover whether that card has SM_12 or higher?
Copyright © 2021 Jogjafile Inc.
The following resources are reasonably accurate:
NVIDIA
wikipedia
Q5000 is a sm_20 device (compute capability 2.0)
Google is your friend.