mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: remove not needed code
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15a0bf9d7b
commit
d9f938f3db
@@ -930,9 +930,6 @@ bool DirectSubmissionHw<GfxFamily, Dispatcher>::copyCommandBufferIntoRing(BatchB
|
||||
|
||||
template <typename GfxFamily, typename Dispatcher>
|
||||
bool DirectSubmissionHw<GfxFamily, Dispatcher>::dispatchCommandBuffer(BatchBuffer &batchBuffer, FlushStampTracker &flushStamp) {
|
||||
// for now workloads requiring cache coherency are not supported
|
||||
UNRECOVERABLE_IF(batchBuffer.requiresCoherency);
|
||||
|
||||
if (batchBuffer.ringBufferRestartRequest) {
|
||||
this->stopRingBuffer(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user