mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Rename HardwareInfo members
Change-Id: I85f56b677bafdd75dd958b488522393fc18b68af Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
@@ -127,7 +127,7 @@ void ProgramDataTest::buildAndDecodeProgramPatchList() {
|
||||
cl_int error = CL_SUCCESS;
|
||||
programBinaryHeader.Magic = 0x494E5443;
|
||||
programBinaryHeader.Version = CURRENT_ICBE_VERSION;
|
||||
programBinaryHeader.Device = platformDevices[0]->pPlatform.eRenderCoreFamily;
|
||||
programBinaryHeader.Device = platformDevices[0]->platform.eRenderCoreFamily;
|
||||
programBinaryHeader.GPUPointerSizeInBytes = 8;
|
||||
programBinaryHeader.NumberOfKernels = 0;
|
||||
programBinaryHeader.PatchListSize = programPatchListSize;
|
||||
|
||||
Reference in New Issue
Block a user