| 30 | namespace arrayfire { |
| 31 | namespace opencl { |
| 32 | float getMemoryPressure() { return memoryManager().getMemoryPressure(); } |
| 33 | float getMemoryPressureThreshold() { |
| 34 | return memoryManager().getMemoryPressureThreshold(); |
| 35 | } |
no test coverage detected