| 581 | } |
| 582 | |
| 583 | void error_gpuSyncedButGpuNotCompiled() { |
| 584 | |
| 585 | raiseInternalError("A function attempted to synchronise the GPU, but QuEST was not compiled with GPU acceleration enabled."); |
| 586 | } |
| 587 | |
| 588 | void error_gpuAllocButGpuNotCompiled() { |
| 589 |
no test coverage detected