refactor: remove unused code

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-08-01 08:28:16 +00:00
committed by Compute-Runtime-Automation
parent 2d1b263e9a
commit 375d65d8e5
3 changed files with 0 additions and 10 deletions

View File

@@ -937,10 +937,6 @@ void DirectSubmissionHw<GfxFamily, Dispatcher>::dispatchUllsState() {
template <typename GfxFamily, typename Dispatcher>
bool DirectSubmissionHw<GfxFamily, Dispatcher>::dispatchCommandBuffer(BatchBuffer &batchBuffer, FlushStampTracker &flushStamp) {
if (batchBuffer.ringBufferRestartRequest) {
this->stopRingBuffer(false);
}
lastSubmittedThrottle = batchBuffer.throttle;
bool relaxedOrderingSchedulerWillBeNeeded = (this->relaxedOrderingSchedulerRequired || batchBuffer.hasRelaxedOrderingDependencies);
bool inputRequiredMonitorFence = false;