MCPcopy 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
728size_t gpu_getCacheMemoryInBytes() {
729
730 // query permitted even when not GPU accelerated
731 return gpuCacheLen * sizeof *gpuCache;
732}

Callers 2

printGpuInfoFunction · 0.85
getGpuCacheSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected