| 621 | } |
| 622 | |
| 623 | void error_gpuUnexpectedlyInaccessible() { |
| 624 | |
| 625 | raiseInternalError("A function internally assumed (as a precondition) that QuEST was compiled with GPU-acceleration enabled, and that one was physically accessible, though this was untrue."); |
| 626 | } |
| 627 | |
| 628 | void error_gpuMemSyncQueriedButEnvNotGpuAccelerated() { |
| 629 |
no test coverage detected