CuPBoP/examples/heartwall/setdevice.cu

6 lines
225 B
Plaintext
Raw Normal View History

2022-05-04 20:59:38 +08:00
////////////////////////////////////////////////////////////////////////////////
// Set Device
////////////////////////////////////////////////////////////////////////////////
void setdevice(void) { cudaSetDevice(0); }