Remove Program::pDevice

Related-To: NEO-5001
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-11-09 17:55:46 +01:00
committed by Compute-Runtime-Automation
parent 6eb4cd5a79
commit 61d61e8b1c
21 changed files with 101 additions and 114 deletions

View File

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