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

committed by
Compute-Runtime-Automation

parent
6eb4cd5a79
commit
61d61e8b1c
@ -91,7 +91,7 @@ void KernelDataTest::buildAndDecode() {
|
||||
|
||||
ProgramInfo programInfo;
|
||||
NEO::populateProgramInfo(programInfo, programFromPatchtokens);
|
||||
error = program->processProgramInfo(programInfo);
|
||||
error = program->processProgramInfo(programInfo, *pContext->getDevice(0));
|
||||
EXPECT_EQ(CL_SUCCESS, error);
|
||||
|
||||
// extract the kernel info
|
||||
|
Reference in New Issue
Block a user