From 35ba8e06625e1bcd01d871b036470453eebfa9ff Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 20 Aug 2025 19:01:42 -0400 Subject: Add a note on rocm-opencl --- distro/arch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'distro/arch.sh') 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*) ;; -- cgit v1.2.3