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

Function setMemoryManagerPinned

src/backend/cuda/platform.cpp:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494void setMemoryManagerPinned(unique_ptr<MemoryManagerBase> mgr) {
495 return DeviceManager::getInstance().setMemoryManagerPinned(move(mgr));
496}
497
498void resetMemoryManagerPinned() {
499 return DeviceManager::getInstance().resetMemoryManagerPinned();

Callers 1

Calls 1

Tested by

no test coverage detected