Skip to content

Commit

Permalink
Changed ROCm packages per level
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jun 16, 2024
1 parent e92583e commit d7a24d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/COPY_ROOT_0/opt/ai-dock/bin/build/layer0/amd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ apt-get update

if [[ "${ROCM_LEVEL}" == "core" ]]; then
$APT_INSTALL rocm-core \
rocm-opencl-runtime
rocminfo


elif [[ "${ROCM_LEVEL}" == "runtime" ]]; then
$APT_INSTALL rocm-dev
$APT_INSTALL hip-runtime-amd \
rocm-opencl-runtime \
miopen-hip \
rocblas \
rocfft

elif [[ "${ROCM_LEVEL}" == "devel" ]]; then
$APT_INSTALL rocm-libs \
Expand Down

0 comments on commit d7a24d8

Please sign in to comment.