Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ jitTreeExceedsMemoryPressure
Function
jitTreeExceedsMemoryPressure
src/backend/opencl/memory.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool jitTreeExceedsMemoryPressure(size_t bytes) {
38
return memoryManager().jitTreeExceedsMemoryPressure(bytes);
39
}
40
41
void setMemStepSize(size_t step_bytes) {
42
memoryManager().setMemStepSize(step_bytes);
Callers
1
passesJitHeuristics
Function · 0.70
Calls
1
jitTreeExceedsMemoryPressure
Method · 0.45
Tested by
no test coverage detected