mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
feature: Add support for P2P Image Copy
Enables P2P Copy support for all Image API related calls: - zeCommandListAppendImageCopy - zeCommandListAppendImageCopyRegion - zeCommandListAppendImageCopyToMemory - zeCommandListAppendImageCopyFromMemory Related-To: LOCI-4112 Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e813ae0f4a
commit
e3f732f5a6
@@ -133,6 +133,8 @@ struct DeviceImp : public Device {
|
||||
|
||||
NEO::SVMAllocsManager::MapBasedAllocationTracker peerAllocations;
|
||||
NEO::SpinLock peerAllocationsMutex;
|
||||
std::unordered_map<const void *, L0::Image *> peerImageAllocations;
|
||||
NEO::SpinLock peerImageAllocationsMutex;
|
||||
std::map<NEO::SvmAllocationData *, NEO::MemAdviseFlags> memAdviseSharedAllocations;
|
||||
std::unique_ptr<NEO::AllocationsList> allocationsForReuse;
|
||||
std::unique_ptr<NEO::DriverInfo> driverInfo;
|
||||
|
||||
Reference in New Issue
Block a user