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

Function error_gpuQueriedButGpuNotCompiled

quest/src/core/errors.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 */
577
578void error_gpuQueriedButGpuNotCompiled() {
579
580 raiseInternalError("A function attempted to query GPU properties but QuEST was not compiled with GPU acceleration enabled.");
581}
582
583void error_gpuSyncedButGpuNotCompiled() {
584

Callers 12

getBoundGpuIdFunction · 0.85
gpu_getComputeCapabilityFunction · 0.85
gpu_getNumberOfLocalGpusFunction · 0.85
gpu_isGpuAvailableFunction · 0.85
getBoundGpuUuidFunction · 0.85
gpu_bindLocalGPUsToNodesFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected