mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
feature: add method to adjust hw info for igc
Related-To: NEO-8203 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9818ef61a5
commit
91b26277a4
@@ -110,7 +110,10 @@ class PatchtokensProgramWithDebugData : public MockProgram {
|
||||
|
||||
PatchtokensProgramWithDebugData(ClDevice &device) : MockProgram(toClDeviceVector(device)) {
|
||||
auto rootDeviceIdx = device.getRootDeviceIndex();
|
||||
const auto &hwInfo = device.getHardwareInfo();
|
||||
auto hwInfo = device.getHardwareInfo();
|
||||
|
||||
auto &compilerProductHelper = device.getCompilerProductHelper();
|
||||
compilerProductHelper.adjustHwInfoForIgc(hwInfo);
|
||||
|
||||
this->buildInfos.resize(rootDeviceIdx + 1);
|
||||
auto &buildInfo = this->buildInfos[rootDeviceIdx];
|
||||
|
||||
Reference in New Issue
Block a user