Install rocm-dev for hipcc in ubuntu-jammy workflow (#285)

Install rocm-dev for hipcc in ubuntu-jammy workflow

[ROCm/rocprofiler-systems commit: 2c684de367]
This commit is contained in:
Jonathan R. Madsen
2023-06-15 15:58:32 -05:00
committed by GitHub
orang tua d38a04a7ea
melakukan a527ebcf4e
@@ -101,7 +101,7 @@ jobs:
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -
echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{ matrix.rocm-version }}/ jammy main" | tee /etc/apt/sources.list.d/rocm.list
apt-get update
apt-get install -y {roctracer-dev,rocprofiler-dev,rocm-smi-lib,rocminfo}${{ matrix.rocm-version }}.0
apt-get install -y {rocm-dev,hip-dev,roctracer-dev,rocprofiler-dev,rocm-smi-lib,rocminfo}${{ matrix.rocm-version }}.0
echo "/opt/rocm/bin" >> $GITHUB_PATH
echo "ROCM_PATH=/opt/rocm" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=/opt/rocm/lib:${LD_LIBRARY_PATH}" >> $GITHUB_ENV