Pergunta

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?

Foi útil?

Solução

The following resources are reasonably accurate:

NVIDIA

wikipedia

Q5000 is a sm_20 device (compute capability 2.0)

Google is your friend.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top