mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Remove dcFlush parameter from finish call
Change-Id: Ifc808822399a100745a9d81bb5f6e45903a895fa Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c0c6a46ece
commit
0337b58ee4
@@ -374,7 +374,7 @@ HWTEST_F(ProfilingTests, givenNonKernelEnqueueWhenNonBlockedEnqueueThenSetCpuPat
|
||||
pCmdQ->enqueueMarkerWithWaitList(0, nullptr, &event);
|
||||
auto eventObj = static_cast<Event *>(event);
|
||||
EXPECT_TRUE(eventObj->isCPUProfilingPath() == CL_TRUE);
|
||||
pCmdQ->finish(false);
|
||||
pCmdQ->finish();
|
||||
|
||||
uint64_t queued, submit, start, end;
|
||||
cl_int retVal;
|
||||
|
||||
Reference in New Issue
Block a user