mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
feature: add support for zeMemGet/SetAtomicAccessAttributeExp
Resolves: NEO-8219 Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1ac37d4a49
commit
56f05303c9
@@ -142,6 +142,7 @@ struct DeviceImp : public Device {
|
||||
std::unordered_map<const void *, L0::Image *> peerImageAllocations;
|
||||
NEO::SpinLock peerImageAllocationsMutex;
|
||||
std::map<NEO::SvmAllocationData *, NEO::MemAdviseFlags> memAdviseSharedAllocations;
|
||||
std::map<NEO::SvmAllocationData *, ze_memory_atomic_attr_exp_flags_t> atomicAccessAllocations;
|
||||
std::unique_ptr<NEO::AllocationsList> allocationsForReuse;
|
||||
std::unique_ptr<NEO::DriverInfo> driverInfo;
|
||||
void createSysmanHandle(bool isSubDevice);
|
||||
|
||||
Reference in New Issue
Block a user