Skip to content

Commit

Permalink
add gfx1100 support to AMD pytorch build
Browse files Browse the repository at this point in the history
  • Loading branch information
cazlo committed Oct 13, 2024
1 parent 0c47884 commit af54650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_amd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ARG PYTHON_VERSION='3.11.10'
ARG TARGETPLATFORM
ENV PATH=/opt/conda/bin:$PATH

ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942"
ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942;gfx1100"

# TGI seem to require libssl.so.1.1 instead of libssl.so.3 so we can't use ubuntu 22.04. Ubuntu 20.04 has python==3.8, and TGI requires python>=3.9, hence the need for miniconda.
# Install mamba
Expand Down Expand Up @@ -170,7 +170,7 @@ RUN --mount=type=bind,from=export_hipblaslt,src=/,target=/install \
fi

ARG BUILD_ENVIRONMENT=pytorch-linux-jammy-rocm6.2-py3.11
ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942"
ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942;gfx1100"

# A commit to fix the output scaling factor issue in _scaled_mm
# Not yet in 2.5.0-rc1
Expand Down

0 comments on commit af54650

Please sign in to comment.