mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-08 00:48:12 +00:00
feat: add AMD device support and localagi header file
This commit is contained in:
6
ct/headers/localagi
Normal file
6
ct/headers/localagi
Normal file
@@ -0,0 +1,6 @@
|
||||
__ __ ___ __________
|
||||
/ / ____ ________ _/ / / | / ____/ _/
|
||||
/ / / __ \/ ___/ __ `/ / / /| |/ / __ / /
|
||||
/ /___/ /_/ / /__/ /_/ / / / ___ / /_/ // /
|
||||
/_____/\____/\___/\__,_/_/ /_/ |_\____/___/
|
||||
|
||||
@@ -4282,6 +4282,9 @@ $PCT_OPTIONS_STRING"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
if [[ -e /dev/kfd ]]; then
|
||||
AMD_DEVICES+=("/dev/kfd")
|
||||
fi
|
||||
fi
|
||||
|
||||
# Check for NVIDIA GPU - look for NVIDIA vendor ID [10de]
|
||||
|
||||
Reference in New Issue
Block a user