From c7c9a1ad59626bac20879e9b06d580f60d56208d Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 9 Dec 2024 15:49:23 +0700 Subject: [PATCH] Update list of unsupported Intel Coffee Lake GPUs --- Scripts/compatibility_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/compatibility_checker.py b/Scripts/compatibility_checker.py index bbb1905..c45b763 100644 --- a/Scripts/compatibility_checker.py +++ b/Scripts/compatibility_checker.py @@ -82,7 +82,7 @@ class CompatibilityChecker: max_version = "20.99.99" elif device_id.startswith(("04", "0A", "0C", "0D", "0B", "16")): max_version = "21.99.99" - elif device_id.startswith(("09", "19", "59", "59", "3E", "87", "9B")): + elif device_id.startswith(("09", "19", "59", "59", "3E", "87", "9B")) and not device_id in ("3E90", "3E93", "3E99", "3E9C", "3EA1", "3EA4", "9B21", "9BA0", "9BA2", "9BA4", "9BA5", "9BA8", "9BAA", "9BAB", "9BAC"): pass elif device_id.startswith("8A"): min_version = "19.4.0"