Skip to content

Commit

Permalink
Update hipblaslt and FA revs to match what was used for MLPerf
Browse files Browse the repository at this point in the history
  • Loading branch information
JArnoldAMD authored and shajrawi committed Aug 26, 2024
1 parent 54d5e13 commit 0c7a2b6
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 @@ -40,7 +40,7 @@ WORKDIR ${COMMON_WORKDIR}
# -----------------------
# hipBLASLt build stages
FROM base AS build_hipblaslt
ARG HIPBLASLT_BRANCH="6f65c6e"
ARG HIPBLASLT_BRANCH="8b71e7a8d26ba95774fdc372883ee0be57af3d28"
RUN git clone https://github.com/ROCm/hipBLASLt \
&& cd hipBLASLt \
&& git checkout ${HIPBLASLT_BRANCH} \
Expand Down Expand Up @@ -70,7 +70,7 @@ FROM export_rccl_${BUILD_RCCL} AS export_rccl
# -----------------------
# flash attn build stages
FROM base AS build_flash_attn
ARG FA_BRANCH="ae7928c"
ARG FA_BRANCH="23a2b1c2f21de2289db83de7d42e125586368e66"
ARG FA_REPO="https://github.com/ROCm/flash-attention.git"
ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942"
RUN git clone ${FA_REPO} \
Expand Down

0 comments on commit 0c7a2b6

Please sign in to comment.