mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 11:49:04 +00:00
Install hipblaslt-dev for CI
This commit is contained in:
parent
f4ef416179
commit
8190dee944
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rocm_setup_build.sh
vendored
2
.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 rocblas-dev
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends rocm-smi-lib rocm-llvm-dev hip-runtime-amd hip-dev rocblas-dev hipblaslt-dev
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue