Hi,
I am configuring the Tesla S1070 and I just want a quick test to be sure that I am recognizing all 4 processors in the Tesla. Is this what cuDeviceGetCount() is for?
Thanks,
Greg
Hi,
I am configuring the Tesla S1070 and I just want a quick test to be sure that I am recognizing all 4 processors in the Tesla. Is this what cuDeviceGetCount() is for?
Thanks,
Greg
cuDeviceGetCount() should return 4 for Tesla S1070 (maybe more if you have other CUDA-capable devices).
BTW, you can try deviceQuery sample from SDK, it should give you enough information to confirm your Tesla is configured correctly.