MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / resetMemoryManagerPinned

Function resetMemoryManagerPinned

src/backend/opencl/platform.cpp:742–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void resetMemoryManagerPinned() {
743 return DeviceManager::getInstance().resetMemoryManagerPinned();
744}
745
746arrayfire::common::ForgeManager& forgeManager() {
747 return *(DeviceManager::getInstance().fgMngr);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected