| 601 | } |
| 602 | |
| 603 | void error_gpuSimButGpuNotCompiled() { |
| 604 | |
| 605 | raiseInternalError("A function attempted to dispatch a simulation to the GPU but QuEST was not compiled with GPU acceleration enabled."); |
| 606 | } |
| 607 | |
| 608 | void error_gpuCacheModifiedButGpuNotCompiled() { |
| 609 |
no test coverage detected