mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: decanonize GPU VA during TBX memory read.
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a241099dff
commit
cd9ad1f04c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user