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

Function error_gpuSyncedButGpuNotCompiled

quest/src/core/errors.cpp:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void error_gpuSyncedButGpuNotCompiled() {
584
585 raiseInternalError("A function attempted to synchronise the GPU, but QuEST was not compiled with GPU acceleration enabled.");
586}
587
588void error_gpuAllocButGpuNotCompiled() {
589

Callers 1

gpu_syncFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected