Skip to content

Commit

Permalink
Updating CK commit and fix dockerfile out of sync issue (#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
junliume authored Oct 18, 2024
1 parent 1b97b67 commit 0c24160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ DEBIAN_FRONTEND=noninteractive apt-get purge -y --allow-unauthenticated \
miopen-hip

# TODO: it should be able to automatically get commit hash from requirements.txt
ARG CK_COMMIT=467b4e502d1c2ee2c5fe85ff9fd637b04a5b7ba7
ARG CK_COMMIT=421588131ef08dde36971bc1fa2016c005c9a0dd
RUN wget -O ck.tar.gz https://www.github.com/ROCm/composable_kernel/archive/${CK_COMMIT}.tar.gz && \
tar zxvf ck.tar.gz &&\
cd composable_kernel-${CK_COMMIT} && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ nlohmann/json@v3.11.2 -DJSON_MultipleHeaders=ON -DJSON_BuildTests=Off
ROCm/FunctionalPlus@v0.2.18-p0
ROCm/eigen@3.4.0
ROCm/frugally-deep@9683d557eb672ee2304f80f6682c51242d748a50
ROCm/composable_kernel@e547c1412a46d1788cfc5c50e162bf7f69b3b0b2 -DCMAKE_BUILD_TYPE=Release
ROCm/composable_kernel@421588131ef08dde36971bc1fa2016c005c9a0dd -DCMAKE_BUILD_TYPE=Release
google/googletest@v1.14.0

0 comments on commit 0c24160

Please sign in to comment.