mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
fix: serialize constructBcsEngine
Related-To: NEO-15630 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
617a736630
commit
9c92733829
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
* Copyright (C) 2018-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -167,7 +167,7 @@ int BinaryEncoder::processBinary(const std::vector<std::string> &ptmFileLines, s
|
||||
std::stringstream ss(ptmFileLines[deviceMarker]);
|
||||
ss.ignore(32, ' ');
|
||||
ss.ignore(32, ' ');
|
||||
uint32_t gfxCore = 0;
|
||||
int32_t gfxCore = 0;
|
||||
ss >> gfxCore;
|
||||
iga->setGfxCore(static_cast<GFXCORE_FAMILY>(gfxCore));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user