| 617 | } |
| 618 | |
| 619 | void resetMemoryManagerPinned() { |
| 620 | return DeviceManager::getInstance().resetMemoryManagerPinned(); |
| 621 | } |
| 622 | |
| 623 | arrayfire::common::ForgeManager& forgeManager() { |
| 624 | return *(DeviceManager::getInstance().fgMngr); |
nothing calls this directly
no test coverage detected