fix: improve task count handling in tbx download path

Related-To: HSD-18039789178

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-08-28 13:59:25 +00:00
committed by Compute-Runtime-Automation
parent 496012d82f
commit db611962f7
11 changed files with 124 additions and 32 deletions

View File

@@ -28,6 +28,7 @@ class CommandStreamReceiverSimulatedHw : public CommandStreamReceiverSimulatedCo
using CommandStreamReceiverSimulatedCommonHw<GfxFamily>::aubManager;
using CommandStreamReceiverSimulatedCommonHw<GfxFamily>::hardwareContextController;
using CommandStreamReceiverSimulatedCommonHw<GfxFamily>::writeMemory;
using CommandStreamReceiverSimulatedCommonHw<GfxFamily>::downloadAllocations;
public:
uint32_t getMemoryBank(GraphicsAllocation *allocation) const {