detect CMP cards

Co-Authored-By: Serhio <[email protected]>
This commit is contained in:
w-e-w
2025-02-18 13:26:25 +09:00
co-authored by Serhio
parent 32595360f2
commit d9723961d8
+1 -1
View File
@@ -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