mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
feature: Add debug flag for setting hw ip version
Signed-off-by: Daria Hinz <daria.hinz@intel.com> Related-To: NEO-7954
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4ecff31c26
commit
331f167cfe
@@ -28,7 +28,7 @@ std::vector<DeviceAotInfo> &ProductConfigHelper::getDeviceAotInfo() {
|
||||
return deviceAotInfo;
|
||||
}
|
||||
|
||||
bool ProductConfigHelper::getDeviceAotInfoForProductConfig(AOT::PRODUCT_CONFIG config, DeviceAotInfo &out) const {
|
||||
bool ProductConfigHelper::getDeviceAotInfoForProductConfig(uint32_t config, DeviceAotInfo &out) const {
|
||||
auto ret = std::find_if(deviceAotInfo.begin(), deviceAotInfo.end(), findProductConfig(config));
|
||||
if (ret == deviceAotInfo.end()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user