Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
bool gpu_isGpuCompiled() {
168
return (bool) COMPILE_CUDA;
169
}
170
171
172
bool gpu_isCuQuantumCompiled() {
Callers
5
autodep_chooseQuESTEnvDeployment
Function · 0.85
validate_newEnvDeploymentMode
Function · 0.85
assert_gpuIsAccessible
Function · 0.85
printCompilationInfo
Function · 0.85
printGpuInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected