Skip to content

Commit 23201fe

Browse files
committed
More logging for detect versions
1 parent 633f51e commit 23201fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops/scripts/benchmarks/utils/detect_versions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ def get_var(var_name: str) -> str:
9292
f"Using compute_runtime tag from COMPUTE_RUNTIME_TAG_CACHE: {env_cache_ver}"
9393
)
9494
cls._instance.compute_runtime_ver_cache = env_cache_ver
95+
else:
96+
print(
97+
f"Mismatch between COMPUTE_RUNTIME_TAG_CACHE ({env_cache_ver}) and patch reported by level_zero ({get_var("L0_VER")})"
98+
)
9599

96100
return cls._instance
97101

0 commit comments

Comments
 (0)