diff options
Diffstat (limited to 'distro/arch.sh')
| -rwxr-xr-x | distro/arch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distro/arch.sh b/distro/arch.sh index ef896a3..528ccca 100755 --- a/distro/arch.sh +++ b/distro/arch.sh @@ -164,6 +164,9 @@ case $(lspci | grep VGA) in pacman -S --needed intel-compute-runtime ;; *AMD*) + # OpenCL Drivers + echo "Note ROCM isn't supported by all AMD GPUs" + pacman -S --needed rocm-opencl-runtime ;; *Nvidia*) ;; |
