| 591 | } |
| 592 | |
| 593 | void error_gpuDeallocButGpuNotCompiled() { |
| 594 | |
| 595 | raiseInternalError("A function (likely Qureg or CompMatr destruction) attempted to deallocate GPU memory but QuEST was not compiled with GPU acceleration enabled."); |
| 596 | } |
| 597 | |
| 598 | void error_gpuCopyButGpuNotCompiled() { |
| 599 |
no test coverage detected