forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supports offline compilation of Paddle third-party libraries (PaddleP…
…addle#53744) * optimize logsumexp in small data scale * fix * fix * add #pragma once * compile protobuf offline * add submodlu gflags * check_submodules * check_submodules * add_submodule protobuf * add_submodule_protobuf * add_submodule * add .gitmodules * add_submodules * fix_compiler error * support offline compile * support offline compile * support offline_compile * remove cub * remove brpc * support offline compile * support offline compile * canning patching on cryptopp * modify .gitigonre of cryptopp * test * offline compile * add_submodule zlib * modify .gitmodules * modify .gitmodules * fix setup.py bug * delete submodule cryptopp * fix windows compile bug * fix xxhash compile problem --------- Co-authored-by: Asthestarsfalll <[email protected]> Co-authored-by: Asthestarsfalll <[email protected]>
- Loading branch information
1 parent
2cb2801
commit 734dc44
Showing
29 changed files
with
153 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[submodule "third_party/protobuf"] | ||
path = third_party/protobuf | ||
url = https://github.com/protocolbuffers/protobuf.git | ||
[submodule "third_party/gflags"] | ||
path = third_party/gflags | ||
url = https://github.com/gflags/gflags.git | ||
[submodule "third_party/gloo"] | ||
path = third_party/gloo | ||
url = https://github.com/ziyoujiyi/gloo.git | ||
[submodule "third_party/dlpack"] | ||
path = third_party/dlpack | ||
url = https://github.com/dmlc/dlpack.git | ||
[submodule "third_party/utf8proc"] | ||
path = third_party/utf8proc | ||
url = https://github.com/JuliaStrings/utf8proc.git | ||
[submodule "third_party/warpctc"] | ||
path = third_party/warpctc | ||
url = https://github.com/baidu-research/warp-ctc.git | ||
[submodule "third_party/warprnnt"] | ||
path = third_party/warprnnt | ||
url = https://github.com/PaddlePaddle/warp-transducer.git | ||
[submodule "third_party/xxhash"] | ||
path = third_party/xxhash | ||
url = https://github.com/Cyan4973/xxHash.git | ||
[submodule "third_party/eigen3"] | ||
path = third_party/eigen3 | ||
url = https://gitlab.com/libeigen/eigen.git | ||
[submodule "third_party/leveldb"] | ||
path = third_party/leveldb | ||
url = https://github.com/google/leveldb | ||
[submodule "third_party/threadpool"] | ||
path = third_party/threadpool | ||
url = https://github.com/progschj/ThreadPool.git | ||
[submodule "third_party/zlib"] | ||
path = third_party/zlib | ||
url = https://github.com/madler/zlib.git | ||
[submodule "third_party/glog"] | ||
path = third_party/glog | ||
url = https://github.com/google/glog.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.