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

Function error_gpuCopyButGpuNotCompiled

quest/src/core/errors.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void error_gpuCopyButGpuNotCompiled() {
599
600 raiseInternalError("A function attempted to access GPU memory but QuEST was not compiled with GPU acceleration enabled.");
601}
602
603void error_gpuSimButGpuNotCompiled() {
604

Callers 4

copyArrayIfGpuCompiledFunction · 0.85
copyMatrixIfGpuCompiledFunction · 0.85
gpu_copyArrayFunction · 0.85
gpu_statevec_getAmp_subFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected