| 586 | } |
| 587 | |
| 588 | void error_gpuAllocButGpuNotCompiled() { |
| 589 | |
| 590 | raiseInternalError("A function (likely Qureg or CompMatr creation) attempted to allocate GPU memory but QuEST was not compiled with GPU acceleration enabled."); |
| 591 | } |
| 592 | |
| 593 | void error_gpuDeallocButGpuNotCompiled() { |
| 594 |
no test coverage detected