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

Function error_gpuCacheModifiedButGpuNotCompiled

quest/src/core/errors.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void error_gpuCacheModifiedButGpuNotCompiled() {
609
610 raiseInternalError("A function attempted to allocate or clear the GPU cache memory but QuEST was not compiled with GPU acceleration enabled.");
611}
612
613void error_gpuCopyButQuregNotGpuAccelerated() {
614

Callers 2

gpu_getCacheOfSizeFunction · 0.85
gpu_clearCacheFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected