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

Function getMemoryPressureThreshold

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

Source from the content-addressed store, hash-verified

37namespace cuda {
38float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
39float getMemoryPressureThreshold() {
40 return memoryManager().getMemoryPressureThreshold();
41}
42
43bool jitTreeExceedsMemoryPressure(size_t bytes) {
44 return memoryManager().jitTreeExceedsMemoryPressure(bytes);

Callers 1

passesJitHeuristicsFunction · 0.70

Calls 1

Tested by

no test coverage detected