| 606 | } |
| 607 | |
| 608 | void error_gpuCacheModifiedButGpuNotCompiled() { |
| 609 | |
| 610 | raiseInternalError("A function attempted to allocate or clear the GPU cache memory but QuEST was not compiled with GPU acceleration enabled."); |
| 611 | } |
| 612 | |
| 613 | void error_gpuCopyButQuregNotGpuAccelerated() { |
| 614 |
no test coverage detected