mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
RelaxedOrdering: Optimize GPU Queue stall by adding early return
Related-To: NEO-7458 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
a104636b31
commit
a969636b6a
@ -36,7 +36,6 @@ struct MockDirectSubmissionHw : public DirectSubmissionHw<GfxFamily, Dispatcher>
|
||||
using BaseClass::dispatchStartSection;
|
||||
using BaseClass::dispatchSwitchRingBufferSection;
|
||||
using BaseClass::dispatchWorkloadSection;
|
||||
using BaseClass::getCommandBufferPositionGpuAddress;
|
||||
using BaseClass::getDiagnosticModeSection;
|
||||
using BaseClass::getSizeDisablePrefetcher;
|
||||
using BaseClass::getSizeDispatch;
|
||||
|
Reference in New Issue
Block a user