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

Function error_gpuUnexpectedlyInaccessible

quest/src/core/errors.cpp:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void error_gpuUnexpectedlyInaccessible() {
624
625 raiseInternalError("A function internally assumed (as a precondition) that QuEST was compiled with GPU-acceleration enabled, and that one was physically accessible, though this was untrue.");
626}
627
628void error_gpuMemSyncQueriedButEnvNotGpuAccelerated() {
629

Callers 1

assert_gpuIsAccessibleFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected