CuPBoP/examples/heartwall/setdevice.cu

6 lines
225 B
Plaintext
Executable File

////////////////////////////////////////////////////////////////////////////////
// Set Device
////////////////////////////////////////////////////////////////////////////////
void setdevice(void) { cudaSetDevice(0); }