Detect CMP cards (#16853)

Co-authored-by: Serhio <22981979+carbofos@users.noreply.github.com>
This commit is contained in:
w-e-w 2025-02-18 21:59:44 +08:00 committed by GitHub
parent 32595360f2
commit afbd3da2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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