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 175 of file debug.cpp.
175 {
176 validate_envIsInit(__func__);
177
178
180 gpu_clearCache();
181}
◆ getGpuCacheSize()
qindex getGpuCacheSize |
( |
| ) |
|
- Note
- Documentation for this function or struct is under construction!
Definition at line 164 of file debug.cpp.
164 {
165 validate_envIsInit(__func__);
166
168 return gpu_getCacheMemoryInBytes();
169
170
171 return 0;
172}