mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Flush L3 for reduced address space platforms
Change-Id: I5a73e72f8e309137328930920ab174ba6f1378dc
This commit is contained in:
committed by
sys_ocldev
parent
815ae851b7
commit
549b73510c
@@ -153,7 +153,7 @@ class CommandStreamReceiver {
|
||||
AllocationsList &getTemporaryAllocations();
|
||||
AllocationsList &getAllocationsForReuse();
|
||||
InternalAllocationStorage *getInternalAllocationStorage() const { return internalAllocationStorage.get(); }
|
||||
bool createAllocationForHostSurface(HostPtrSurface &surface, Device &device);
|
||||
bool createAllocationForHostSurface(HostPtrSurface &surface, Device &device, bool requiresL3Flush);
|
||||
|
||||
protected:
|
||||
void cleanupResources();
|
||||
|
||||
Reference in New Issue
Block a user