| 542 | SolveHandle solverDnHandle() { return *cusolverManager(getActiveDeviceId()); } |
| 543 | |
| 544 | SparseHandle sparseHandle() { return *cusparseManager(getActiveDeviceId()); } |
| 545 | |
| 546 | void sync(int device) { |
| 547 | int currDevice = getActiveDeviceId(); |
nothing calls this directly
no test coverage detected