Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ gpu_getCacheMemoryInBytes
Function
gpu_getCacheMemoryInBytes
quest/src/gpu/gpu_config.cpp:728–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
727
728
size_t gpu_getCacheMemoryInBytes() {
729
730
// query permitted even when not GPU accelerated
731
return gpuCacheLen * sizeof *gpuCache;
732
}
Callers
2
printGpuInfo
Function · 0.85
getGpuCacheSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected