6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
// Set Device
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
void setdevice(void) { cudaSetDevice(0); }
|