diff --git a/bin/run_composable-kernels.sh b/bin/run_composable-kernels.sh index e5520e3e6..0184330f2 100755 --- a/bin/run_composable-kernels.sh +++ b/bin/run_composable-kernels.sh @@ -288,11 +288,14 @@ elif [ "${ShouldUpdateCKRepo}" == 'yes' ]; then pushd "${CK_REPO}" || exit 1 git reset --hard origin/${CKRepoBranchName} git pull - # TODO: Write current SHA to somewhere such that it is known which SHA - # was tested in this nightly run. popd || exit 1 fi +# Print branch and SHA of the rocm-libraries repository, followed by CK's SHA +echo "rocm-libraries branch: $(git -C "${CK_REPO}" branch --show-current)" +echo "rocm-libraries repo SHA: $(git -C "${CK_REPO}" rev-parse HEAD)" +echo "composablekernel repo SHA: $(git -C "${CK_SRC}" log -1 --format=%H -- .)" + CKBuildTool='make' DashKArg='-k' if command -v ninja >/dev/null; then