| 208 | |
| 209 | // by checking the properties of each device |
| 210 | struct cudaDeviceProp props; |
| 211 | auto status = cudaGetDeviceProperties(&props, deviceInd); |
| 212 | |
| 213 | // if the query failed, device is anyway unusable; we do not |
nothing calls this directly
no outgoing calls
no test coverage detected