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

Function getMemoryPressure

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

Source from the content-addressed store, hash-verified

30namespace arrayfire {
31namespace opencl {
32float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
33float getMemoryPressureThreshold() {
34 return memoryManager().getMemoryPressureThreshold();
35}

Callers 1

passesJitHeuristicsFunction · 0.70

Calls 1

getMemoryPressureMethod · 0.45

Tested by

no test coverage detected