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