mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Store ClDevice in DispatchInfo
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
b848f20abc
commit
97119f5f3e
@ -1895,7 +1895,7 @@ TEST_F(ReflectionSurfaceTestForPrintfHandler, GivenPrintfHandlerWhenPatchingRefl
|
||||
|
||||
context.setDefaultDeviceQueue(&devQueue);
|
||||
|
||||
MockMultiDispatchInfo multiDispatchInfo(parentKernel);
|
||||
MockMultiDispatchInfo multiDispatchInfo(device, parentKernel);
|
||||
PrintfHandler *printfHandler = PrintfHandler::create(multiDispatchInfo, *device);
|
||||
printfHandler->prepareDispatch(multiDispatchInfo);
|
||||
|
||||
@ -1923,7 +1923,7 @@ TEST_F(ReflectionSurfaceTestForPrintfHandler, GivenNoPrintfSurfaceWhenPatchingRe
|
||||
|
||||
context.setDefaultDeviceQueue(&devQueue);
|
||||
|
||||
MockMultiDispatchInfo multiDispatchInfo(parentKernel);
|
||||
MockMultiDispatchInfo multiDispatchInfo(device, parentKernel);
|
||||
PrintfHandler *printfHandler = PrintfHandler::create(multiDispatchInfo, *device);
|
||||
|
||||
parentKernel->patchReflectionSurface<true>(&devQueue, printfHandler);
|
||||
|
Reference in New Issue
Block a user