mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
fix: remove not needed check
Related-To: HSD-18039387061 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
42ed8a5ba5
commit
9e9d5cde70
@@ -241,9 +241,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushBcsTask(LinearStream &c
|
||||
makeResident(*getGlobalFenceAllocation());
|
||||
}
|
||||
|
||||
if (dispatchBcsFlags.flushTaskCount) {
|
||||
makeResident(*getTagAllocation());
|
||||
}
|
||||
makeResident(*getTagAllocation());
|
||||
|
||||
makeResident(*commandStreamTask.getGraphicsAllocation());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user