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

Function jitTreeExceedsMemoryPressure

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

Source from the content-addressed store, hash-verified

37}
38
39bool jitTreeExceedsMemoryPressure(size_t bytes) {
40 return memoryManager().jitTreeExceedsMemoryPressure(bytes);
41}
42
43void setMemStepSize(size_t step_bytes) {
44 memoryManager().setMemStepSize(step_bytes);

Callers 1

passesJitHeuristicsFunction · 0.70

Calls 1

Tested by

no test coverage detected