Select fastest device.

This commit is contained in:
castano
2008-10-30 04:50:41 +00:00
parent 1628831878
commit 36ba75b598
3 changed files with 42 additions and 3 deletions

View File

@ -30,7 +30,8 @@ namespace nv
namespace cuda
{
bool isHardwarePresent();
int deviceCount();
int deviceCount();
int getFastestDevice();
bool setDevice(int i);
};