Remove default value for dispatchWalker parameter.

Change-Id: I0676a353a4364339664edc416e36da37a345a4f6
This commit is contained in:
Mrozek, Michal
2018-03-30 11:49:36 +02:00
committed by sys_ocldev
parent 8505658cab
commit 5dc0a7c731
2 changed files with 43 additions and 23 deletions

View File

@@ -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,