mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
refactor: remove unused code
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2d1b263e9a
commit
375d65d8e5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user