| 230 | } |
| 231 | |
| 232 | unsigned getActiveDeviceId() { |
| 233 | // Second element is the queue id, which is |
| 234 | // what we mean by active device id in opencl backend |
| 235 | return get<1>(tlocalActiveDeviceId()); |
| 236 | } |
| 237 | |
| 238 | /* |
| 239 | int getDeviceIdFromNativeId(cl_device_id id) { |
no outgoing calls
no test coverage detected