mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Remove default value for dispatchWalker parameter.
Change-Id: I0676a353a4364339664edc416e36da37a345a4f6
This commit is contained in:
committed by
sys_ocldev
parent
8505658cab
commit
5dc0a7c731
@@ -434,7 +434,7 @@ void dispatchWalker(
|
||||
HwTimeStamps *hwTimeStamps,
|
||||
OCLRT::HwPerfCounter *hwPerfCounter,
|
||||
PreemptionMode preemptionMode,
|
||||
bool blockQueue = false,
|
||||
bool blockQueue,
|
||||
unsigned int commandType = 0) {
|
||||
|
||||
OCLRT::LinearStream *commandStream = nullptr;
|
||||
@@ -655,7 +655,7 @@ void dispatchWalker(
|
||||
HwTimeStamps *hwTimeStamps,
|
||||
HwPerfCounter *hwPerfCounter,
|
||||
PreemptionMode preemptionMode,
|
||||
bool blockQueue = false) {
|
||||
bool blockQueue) {
|
||||
|
||||
DispatchInfo dispatchInfo(const_cast<Kernel *>(&kernel), workDim, workItems, localWorkSizesIn, globalOffsets);
|
||||
dispatchWalker<GfxFamily>(commandQueue, dispatchInfo, numEventsInWaitList, eventWaitList,
|
||||
|
||||
Reference in New Issue
Block a user