Skip to content

Commit d972396

Browse files
w-e-wcarbofos
andcommitted
detect CMP cards
Co-Authored-By: Serhio <[email protected]>
1 parent 3259536 commit d972396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ then
127127
fi
128128

129129
# Check prerequisites
130-
gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display")
130+
gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display|CMP")
131131
case "$gpu_info" in
132132
*"Navi 1"*)
133133
export HSA_OVERRIDE_GFX_VERSION=10.3.0

0 commit comments

Comments
 (0)