Select fastest device.
This commit is contained in:
@ -30,7 +30,8 @@ namespace nv
|
||||
namespace cuda
|
||||
{
|
||||
bool isHardwarePresent();
|
||||
int deviceCount();
|
||||
int deviceCount();
|
||||
int getFastestDevice();
|
||||
bool setDevice(int i);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user