| 496 | } |
| 497 | |
| 498 | void resetMemoryManagerPinned() { |
| 499 | return DeviceManager::getInstance().resetMemoryManagerPinned(); |
| 500 | } |
| 501 | |
| 502 | arrayfire::common::ForgeManager &forgeManager() { |
| 503 | return *(DeviceManager::getInstance().fgMngr); |
nothing calls this directly
no test coverage detected