From afbd3da2fa68d85e2794ed1b5822441b24f1406f Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:59:44 +0800 Subject: [PATCH] Detect CMP cards (#16853) Co-authored-by: Serhio <22981979+carbofos@users.noreply.github.com> --- webui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.sh b/webui.sh index 89dae163a..7ba1c38f8 100755 --- a/webui.sh +++ b/webui.sh @@ -127,7 +127,7 @@ then fi # Check prerequisites -gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display") +gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display|CMP") case "$gpu_info" in *"Navi 1"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0