Add more versions for add-rocm script

This commit is contained in:
Paul
2019-12-13 11:12:34 -06:00
parent f3ca97073d
commit 6e1b8265db

View File

@@ -52,8 +52,12 @@ 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.76" ]; then
add_repo http://repo.radeon.com/rocm/apt/2.7
elif [ "$KERNEL_VERSION" == "5.0.79" ]; then
add_repo http://repo.radeon.com/rocm/apt/2.8.0
elif [ "$KERNEL_VERSION" == "5.0.82" ]; then
add_repo http://repo.radeon.com/rocm/apt/2.10.0
else
add_repo http://repo.radeon.com/rocm/apt/debian/
fi