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

Function resetMemoryManagerPinned

src/backend/oneapi/platform.cpp:619–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void resetMemoryManagerPinned() {
620 return DeviceManager::getInstance().resetMemoryManagerPinned();
621}
622
623arrayfire::common::ForgeManager& forgeManager() {
624 return *(DeviceManager::getInstance().fgMngr);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected