mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-01 22:37:48 +03:00
Update rocm_setup_build.sh (#446)
This commit is contained in:
4
.github/workflows/rocm_setup_build.sh
vendored
4
.github/workflows/rocm_setup_build.sh
vendored
@ -11,7 +11,7 @@ echo deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.c
|
||||
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
|
||||
| tee /etc/apt/preferences.d/rocm-pin-600
|
||||
DEBIAN_FRONTEND=noninteractive apt update -y
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends rocm-smi-lib rocm-llvm-dev hip-runtime-amd hip-dev
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends rocm-smi-lib rocm-llvm-dev hip-runtime-amd hip-dev rocblas
|
||||
echo 'export PATH="$PATH:/opt/rocm/bin"' | tee /etc/profile.d/rocm.sh
|
||||
echo "/opt/rocm/lib" | tee /etc/ld.so.conf.d/rocm.conf
|
||||
ldconfig
|
||||
ldconfig
|
||||
|
Reference in New Issue
Block a user