mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Use only `usDeviceID` and `usRevId` (known to be correct) instead of declaring `hwInfo` pointer until the type of the latter is completely initialized. Put initialization of all `hwInfo` fields into `setupHardwareInfo()` for consistency and make overrides explicit. Related-To: NEO-9754 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>