mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Remove platformDevices [3/n]
Replace platformDevices[0]-> with defaultHwInfo-> Related-To: NEO-4499 Change-Id: I9a2607abe866512eef518ea6e34efb1d1d2069cf Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
a651625473
commit
47e3e7c8eb
@@ -134,7 +134,7 @@ void ProgramDataTestBase::buildAndDecodeProgramPatchList() {
|
||||
cl_int error = CL_SUCCESS;
|
||||
programBinaryHeader.Magic = 0x494E5443;
|
||||
programBinaryHeader.Version = CURRENT_ICBE_VERSION;
|
||||
programBinaryHeader.Device = platformDevices[0]->platform.eRenderCoreFamily;
|
||||
programBinaryHeader.Device = defaultHwInfo->platform.eRenderCoreFamily;
|
||||
programBinaryHeader.GPUPointerSizeInBytes = 8;
|
||||
programBinaryHeader.NumberOfKernels = 0;
|
||||
programBinaryHeader.PatchListSize = programPatchListSize;
|
||||
|
||||
Reference in New Issue
Block a user