| 32 | namespace arrayfire { |
| 33 | namespace oneapi { |
| 34 | float getMemoryPressure() { return memoryManager().getMemoryPressure(); } |
| 35 | float getMemoryPressureThreshold() { |
| 36 | return memoryManager().getMemoryPressureThreshold(); |
| 37 | } |
nothing calls this directly
no test coverage detected