This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch cmake-debug in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 41a13e7f5f78becd855b6aefd4739160cb166099 Author: tqchen <[email protected]> AuthorDate: Thu May 23 19:24:20 2024 -0400 Update --- 3rdparty/flashinfer | 2 +- docker/bash.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/3rdparty/flashinfer b/3rdparty/flashinfer index f978e02565..920672776a 160000 --- a/3rdparty/flashinfer +++ b/3rdparty/flashinfer @@ -1 +1 @@ -Subproject commit f978e02565d7157d57803eb4153369e046fc4106 +Subproject commit 920672776a2bf2244acf7a2e0516f46be9e93b15 diff --git a/docker/bash.sh b/docker/bash.sh index a3d57bfd42..1d3c2e1a74 100755 --- a/docker/bash.sh +++ b/docker/bash.sh @@ -517,3 +517,5 @@ if ${DRY_RUN}; then else ${DOCKER_CMD[@]+"${DOCKER_CMD[@]}"} fi + +echo Finish running exit status $?
