Skip to content

Commit

Permalink
Update CK commit hash for staging (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
junliume authored Dec 18, 2024
1 parent 4dcc8b3 commit 6cf2959
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=c5ad2e8075ccaf3457a41884b25f3dbe85bf251c
ARG CK_COMMIT=05e8a4c88e6f236a72ca6e33154c5ae711a4dace
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/[email protected] -DJSON_MultipleHeaders=ON -DJSON_BuildTests=Off
ROCm/[email protected]
ROCm/[email protected]
ROCm/frugally-deep@9683d557eb672ee2304f80f6682c51242d748a50
ROCm/composable_kernel@c5ad2e8075ccaf3457a41884b25f3dbe85bf251c -DCMAKE_BUILD_TYPE=Release
ROCm/composable_kernel@05e8a4c88e6f236a72ca6e33154c5ae711a4dace -DCMAKE_BUILD_TYPE=Release
google/[email protected]

0 comments on commit 6cf2959

Please sign in to comment.