Synchronize until jobs finished at the device.
()
| 209 | * Synchronize until jobs finished at the device. |
| 210 | */ |
| 211 | public void sync() { |
| 212 | Base.checkCall(Base._LIB.tvmSynchronize(deviceType, deviceId)); |
| 213 | } |
| 214 | |
| 215 | @Override |
| 216 | public int hashCode() { |
nothing calls this directly
no test coverage detected