Skip to content

Commit c262040

Browse files
authored
"fix cuda9 error" (#10271)
* "fix cuda9 error" * "change commit id" * "remote git tag"
1 parent f61dfee commit c262040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/external/warpctc.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ ENDIF()
3838
ExternalProject_Add(
3939
extern_warpctc
4040
${EXTERNAL_PROJECT_LOG_ARGS}
41-
GIT_REPOSITORY "https://github.com/gangliao/warp-ctc.git"
42-
GIT_TAG b63a0644654a3e0ed624c85a1767bc8193aead09
41+
GIT_REPOSITORY "https://github.com/dzhwinter/warp-ctc.git"
4342
PREFIX ${WARPCTC_SOURCES_DIR}
4443
UPDATE_COMMAND ""
4544
CMAKE_ARGS -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)