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

Function assert_gpuHasBeenBound

quest/src/core/errors.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void assert_gpuHasBeenBound(bool isBound) {
656
657 if (!isBound)
658 raiseInternalError("An internal GPU-querying function was illegally called before local GPUs had been bound to local MPI processes.");
659}
660
661
662

Callers 8

getBoundGpuIdFunction · 0.85
gpu_getComputeCapabilityFunction · 0.85
getBoundGpuUuidFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected