Remove LSH from CommandQueue

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2022-07-04 14:16:44 +00:00
committed by Compute-Runtime-Automation
parent 7b2960f891
commit 52b00a11b0
23 changed files with 27 additions and 46 deletions

View File

@@ -646,7 +646,7 @@ void DirectSubmissionHw<GfxFamily, Dispatcher>::dispatchSystemMemoryFenceAddress
EncodeMemoryFence<GfxFamily>::encodeSystemMemoryFence(ringCommandStream, this->globalFenceAllocation, this->logicalStateHelper);
if (logicalStateHelper) {
logicalStateHelper->writeStreamInline(ringCommandStream);
logicalStateHelper->writeStreamInline(ringCommandStream, false);
}
}