Skip to content

Commit fe81306

Browse files
authored
update cinn commit id tag to the newest one for fix some bugs (#36890)
update cinn commit id tag to the newest one for fix some bugs
1 parent 203a0e3 commit fe81306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/cinn.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ add_definitions(-w)
2727
include(ExternalProject)
2828
set(CINN_SOURCE_DIR ${THIRD_PARTY_PATH}/CINN)
2929
# TODO(zhhsplendid): Modify git tag after we have release tag
30-
set(CINN_GIT_TAG cb030430d76f42f7310d09608f9b22959ecbcb51)
30+
set(CINN_GIT_TAG 2122413fc74f4020ff4397b54488a793529d581b)
3131
set(CINN_OPTIONAL_ARGS -DPY_VERSION=${PY_VERSION} -DWITH_CUDA=${WITH_GPU} -DWITH_CUDNN=${WITH_GPU} -DPUBLISH_LIBS=ON -DWITH_TESTING=ON)
3232
set(CINN_BUILD_COMMAND $(MAKE) cinnapi -j)
3333
ExternalProject_Add(

0 commit comments

Comments
 (0)