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

Function resetMemoryManagerPinned

src/backend/cuda/platform.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void resetMemoryManagerPinned() {
499 return DeviceManager::getInstance().resetMemoryManagerPinned();
500}
501
502arrayfire::common::ForgeManager &forgeManager() {
503 return *(DeviceManager::getInstance().fgMngr);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected