mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
fix: correctly initialize GfxCoreHelper from HwInfo
Related-To: NEO-11983 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
db5f77d207
commit
8698b5504b
@@ -119,6 +119,7 @@ bool Wddm::init() {
|
||||
productHelper.adjustPlatformForProductFamily(hardwareInfo);
|
||||
rootDeviceEnvironment.initApiGfxCoreHelper();
|
||||
rootDeviceEnvironment.initGfxCoreHelper();
|
||||
rootDeviceEnvironment.initializeGfxCoreHelperFromHwInfo();
|
||||
rootDeviceEnvironment.initAilConfigurationHelper();
|
||||
if (false == rootDeviceEnvironment.initAilConfiguration()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user