fix: remove not needed check

Related-To: HSD-18039387061

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-07-30 12:40:38 +00:00
committed by Compute-Runtime-Automation
parent 42ed8a5ba5
commit 9e9d5cde70

View File

@@ -241,9 +241,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushBcsTask(LinearStream &c
makeResident(*getGlobalFenceAllocation()); makeResident(*getGlobalFenceAllocation());
} }
if (dispatchBcsFlags.flushTaskCount) { makeResident(*getTagAllocation());
makeResident(*getTagAllocation());
}
makeResident(*commandStreamTask.getGraphicsAllocation()); makeResident(*commandStreamTask.getGraphicsAllocation());