Functions to control temporary memory used by the QuEST process.
More...
Functions to control temporary memory used by the QuEST process.
◆ clearGpuCache()
- Note
- Documentation for this function or struct is under construction!
Definition at line 191 of file debug.cpp.
191 {
192 validate_envIsInit(__func__);
193
194
196 gpu_clearCache();
197}
◆ getGpuCacheSize()
qindex getGpuCacheSize |
( |
| ) |
|
- Note
- Documentation for this function or struct is under construction!
Definition at line 180 of file debug.cpp.
180 {
181 validate_envIsInit(__func__);
182
184 return gpu_getCacheMemoryInBytes();
185
186
187 return 0;
188}