fix: decanonize GPU VA during TBX memory read.

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-07-26 16:03:49 +00:00
committed by Compute-Runtime-Automation
parent a241099dff
commit cd9ad1f04c
11 changed files with 44 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ class AUBCommandStreamReceiverHw : public CommandStreamReceiverSimulatedHw<GfxFa
typedef CommandStreamReceiverSimulatedHw<GfxFamily> BaseClass;
using AUB = typename AUBFamilyMapper<GfxFamily>::AUB;
using ExternalAllocationsContainer = std::vector<AllocationView>;
using BaseClass::getParametersForWriteMemory;
using BaseClass::getParametersForMemory;
using BaseClass::osContext;
public: