MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getMemoryPressureThreshold

Function getMemoryPressureThreshold

src/backend/opencl/memory.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace opencl {
32float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
33float getMemoryPressureThreshold() {
34 return memoryManager().getMemoryPressureThreshold();
35}
36
37bool jitTreeExceedsMemoryPressure(size_t bytes) {
38 return memoryManager().jitTreeExceedsMemoryPressure(bytes);

Callers 1

passesJitHeuristicsFunction · 0.70

Calls 1

Tested by

no test coverage detected