detect CMP cards

Co-Authored-By: Serhio <22981979+carbofos@users.noreply.github.com>
This commit is contained in:
w-e-w 2025-02-18 13:26:25 +09:00
parent 32595360f2
commit d9723961d8
No known key found for this signature in database
GPG Key ID: 52CFE43196F6280E

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