mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Create printf handler if kernel has implicit args in OCL
Related-To: NEO-5081 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5be770ab49
commit
64b2fd5b19
@@ -593,7 +593,8 @@ HWCMDTEST_F(IGFX_GEN8_CORE, ParentKernelEnqueueFixture, givenCsrInBatchingModeWh
|
||||
size_t gws[3] = {1, 1, 1};
|
||||
|
||||
MockContext context(pClDevice);
|
||||
std::unique_ptr<MockParentKernel> kernelToRun(MockParentKernel::create(context, false, false, false, false, false));
|
||||
MockParentKernel::CreateParams createParams{};
|
||||
std::unique_ptr<MockParentKernel> kernelToRun(MockParentKernel::create(context, createParams));
|
||||
|
||||
pCmdQ->enqueueKernel(kernelToRun.get(), 1, offset, gws, gws, 0, nullptr, nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user