mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Update infra
- set revision = 9 for gen9 Change-Id: Icd8b73003eee3b1d32dbe3014c93174441e21f6a Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7e31ec37d7
commit
cd85bcffdb
@@ -210,7 +210,7 @@ int main(int argc, char **argv) {
|
||||
uint32_t euPerSubSlice = 0;
|
||||
uint32_t sliceCount = 0;
|
||||
uint32_t subSlicePerSliceCount = 0;
|
||||
int32_t revId = 0;
|
||||
int32_t revId = -1;
|
||||
int dieRecovery = 0;
|
||||
|
||||
for (int i = 1; i < argc; ++i) {
|
||||
@@ -305,8 +305,11 @@ int main(int argc, char **argv) {
|
||||
renderCoreFamily = hwInfoForTests.platform.eRenderCoreFamily;
|
||||
uint32_t threadsPerEu = hwInfoConfigFactory[productFamily]->threadsPerEu;
|
||||
PLATFORM &platform = hwInfoForTests.platform;
|
||||
platform.usRevId = revId;
|
||||
|
||||
if (revId != -1) {
|
||||
platform.usRevId = revId;
|
||||
} else {
|
||||
revId = platform.usRevId;
|
||||
}
|
||||
uint64_t hwInfoConfig = defaultHardwareInfoConfigTable[productFamily];
|
||||
setHwInfoValuesFromConfig(hwInfoConfig, hwInfoForTests);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user