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

Function assert_gpuIsAccessible

quest/src/core/errors.cpp:649–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649void assert_gpuIsAccessible() {
650
651 if (!gpu_isGpuCompiled() || !gpu_isGpuAvailable())
652 error_gpuUnexpectedlyInaccessible();
653}
654
655void assert_gpuHasBeenBound(bool isBound) {
656

Callers

nothing calls this directly

Calls 3

gpu_isGpuCompiledFunction · 0.85
gpu_isGpuAvailableFunction · 0.85

Tested by

no test coverage detected