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

Function gpu_isGpuCompiled

quest/src/gpu/gpu_config.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167bool gpu_isGpuCompiled() {
168 return (bool) COMPILE_CUDA;
169}
170
171
172bool gpu_isCuQuantumCompiled() {

Callers 5

assert_gpuIsAccessibleFunction · 0.85
printCompilationInfoFunction · 0.85
printGpuInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected