From f3ca97073dc5378e5a1ea1d246328f27f7a5641b Mon Sep 17 00:00:00 2001 From: Daniel Lowell Date: Mon, 14 Oct 2019 09:47:49 -0500 Subject: [PATCH] Update add-rocm.sh --- add-rocm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/add-rocm.sh b/add-rocm.sh index e5e6130..eb18e4a 100755 --- a/add-rocm.sh +++ b/add-rocm.sh @@ -52,6 +52,8 @@ if [ -e /sys/module/amdgpu/version ]; then add_repo http://repo.radeon.com/rocm/apt/2.5 elif [ "$KERNEL_VERSION" == "5.0.71" ]; then add_repo http://repo.radeon.com/rocm/apt/2.6 + elif [ "$KERNEL_VERSION" == "5.0.79" ]; then + add_repo http://repo.radeon.com/rocm/apt/2.8.0 else add_repo http://repo.radeon.com/rocm/apt/debian/ fi