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

Function clearGpuCache

quest/src/api/debug.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190
191void clearGpuCache() {
192 validate_envIsInit(__func__);
193
194 // safely do nothing if not GPU accelerated
195 if (getQuESTEnv().isGpuAccelerated)
196 gpu_clearCache();
197}
198
199
200} // end de-name mangler

Callers 1

SECTIONFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85
getQuESTEnvFunction · 0.85
gpu_clearCacheFunction · 0.85

Tested by

no test coverage detected