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

Function error_gpuAllocButGpuNotCompiled

quest/src/core/errors.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void 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
593void error_gpuDeallocButGpuNotCompiled() {
594

Callers 1

gpu_allocArrayFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected