MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_gpuDeallocButGpuNotCompiled

Function error_gpuDeallocButGpuNotCompiled

quest/src/core/errors.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void 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
598void error_gpuCopyButGpuNotCompiled() {
599

Callers 1

gpu_deallocArrayFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected