Skip to content

Commit

Permalink
Adding Navi3 target (#327)
Browse files Browse the repository at this point in the history
gfx1030;gfx1100;gfx1101
  • Loading branch information
pramenku authored Dec 13, 2024
1 parent 9932d97 commit 9ddae90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ USER root
ARG BASE_IMAGE
ARG COMMON_WORKDIR
# Used as ARCHes for all Pytorch supported ARCH
ARG ARG_PYTORCH_ROCM_ARCH
ENV PYTORCH_ROCM_ARCH=${ARG_PYTORCH_ROCM_ARCH:-${PYTORCH_ROCM_ARCH}}
ARG ARG_PYTORCH_ROCM_ARCH="gfx90a;gfx942;gfx1030;gfx1100;gfx1101"
ENV PYTORCH_ROCM_ARCH=${ARG_PYTORCH_ROCM_ARCH}

# Install some basic utilities
RUN apt-get update -q -y && apt-get install -q -y python3 python3-pip
Expand Down

0 comments on commit 9ddae90

Please sign in to comment.