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

Function getMemoryPressure

src/backend/oneapi/memory.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace arrayfire {
33namespace oneapi {
34float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
35float getMemoryPressureThreshold() {
36 return memoryManager().getMemoryPressureThreshold();
37}

Callers

nothing calls this directly

Calls 1

getMemoryPressureMethod · 0.45

Tested by

no test coverage detected