| 596 | } |
| 597 | |
| 598 | void error_gpuCopyButGpuNotCompiled() { |
| 599 | |
| 600 | raiseInternalError("A function attempted to access GPU memory but QuEST was not compiled with GPU acceleration enabled."); |
| 601 | } |
| 602 | |
| 603 | void error_gpuSimButGpuNotCompiled() { |
| 604 |
no test coverage detected