Searched refs:coherentMemory (Results 1 – 2 of 2) sorted by relevance
740 if (info.coherentMemory && info.ptr) { in freeCoherentMemoryLocked()741 if (info.coherentMemory->getDeviceMemory() != memory) { in freeCoherentMemoryLocked()746 info.coherentMemory->release(info.ptr); in freeCoherentMemoryLocked()750 return std::move(info.coherentMemory); in freeCoherentMemoryLocked()1565 if (!info.coherentMemory) continue; in deviceMemoryTransform_tohost()1567 memory[i] = info.coherentMemory->getDeviceMemory(); in deviceMemoryTransform_tohost()2906 CoherentMemoryPtr coherentMemory = nullptr; in createCoherentMemory() local2918 return coherentMemory; in createCoherentMemory()2926 return coherentMemory; in createCoherentMemory()2932 coherentMemory = std::make_shared<CoherentMemory>( in createCoherentMemory()[all …]
756 CoherentMemoryPtr coherentMemory = nullptr; member