Update add-rocm.sh

This commit is contained in:
Daniel Lowell 2019-10-14 09:47:49 -05:00 committed by GitHub
parent 9bcfa581cf
commit f3ca97073d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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