how do I know how many streaming multiprocessors(SM) I have on my GTS 250?
feedback
|
migrated from stackoverflow.com Oct 11 '10 at 6:36
This question came from our site for professional and enthusiast programmers.
|
The GTS 250 has 16 SMs and 8 cores per SM for a total of 128 CUDA cores. This wikipedia page has core counts for all GeForce devices. For GT200 series processors dividing the number of cores by 8 gives you the number of SMs. | |||
|
feedback
|
|
You can Download the SDK and run deviceQuery CUDASDK_32/C/bin/linux/release/deviceQuery
And see this line:
| |||
|
feedback
|