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

Function error_gpuSimButGpuNotCompiled

quest/src/core/errors.cpp:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603void error_gpuSimButGpuNotCompiled() {
604
605 raiseInternalError("A function attempted to dispatch a simulation to the GPU but QuEST was not compiled with GPU acceleration enabled.");
606}
607
608void error_gpuCacheModifiedButGpuNotCompiled() {
609

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected