Hello,
can someone (probably from NVIDIA) provide me with list of all possible device names as returned by cuDeviceGetName() ?
My program need to know number of multiprocessors on board and I can’t switch to CUDA 2.0 right now, so I’d like to make some sort of table to look up number of processors by card’s name.
Or maybe I’m missing something and there’s other way to get number of processors? Please, let me know.
Thanks in advance.