mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +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