Set SkipResourceCleanup in TBX mode

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2022-10-26 11:31:37 +00:00
committed by Compute-Runtime-Automation
parent 7ff37cd5fd
commit 06a647a5e9
5 changed files with 13 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ class TbxCommandStreamReceiverHw : public CommandStreamReceiverSimulatedHw<GfxFa
protected:
typedef CommandStreamReceiverSimulatedHw<GfxFamily> BaseClass;
using AUB = typename AUBFamilyMapper<GfxFamily>::AUB;
using BaseClass::forceSkipResourceCleanupRequired;
using BaseClass::getParametersForWriteMemory;
using BaseClass::osContext;