From d9723961d850f8273ff10f915bce8eb7f8a7e84e Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:26:25 +0900 Subject: [PATCH] detect CMP cards 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