| 367 | } |
| 368 | |
| 369 | void init() { |
| 370 | thread_local auto err = |
| 371 | cudaSetDevice(getDeviceNativeId(getActiveDeviceId())); |
| 372 | thread_local auto queue2 = getActiveStream(); |
| 373 | UNUSED(err); |
| 374 | UNUSED(queue2); |
| 375 | } |
| 376 | |
| 377 | int getActiveDeviceId() { return tlocalActiveDeviceId(); } |
| 378 |
no test coverage detected