mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
* update onnx-tensorrt submodule to trt7 branch * add fp16 option for TRT7 * switch to master branch of onnx tensorrt * update submodule * update to TensorRT7.0.0.11 * update to onnx-tensorrt for TensorRT7.0 * switch to private branch due to issues in master branch * remove trt_onnxify * disable warnings c4804 for TensorRT parser * disable warnings c4702 for TensorRT parser * add back sanity check of shape tensort input in the parser * disable some warnings for TensorRT7 * change fp16 threshold for TensorRT * update onn-tensorrt parser * fix cycle issue in faster-rcnn and add cycle detection in GetCapability * Update TensorRT container to v20.01 * Update TensorRT image name * Update linux-multi-gpu-tensorrt-ci-pipeline.yml * Update linux-gpu-tensorrt-ci-pipeline.yml * disable rnn tests for TensorRT * disable rnn tests for TensorRT * disabled some unit test for TensorRT * update onnx-tensorrt submodule * update build scripts for TensorRT * formating the code * Update TensorRT-ExecutionProvider.md * Update BUILD.md * Update tensorrt_execution_provider.h * Update tensorrt_execution_provider.cc * Update win-gpu-tensorrt-ci-pipeline.yml * use GetEnvironmentVar function to get env virables and switch to Win-GPU-2019 agent pool for win CI build * change tensorrt path * change tensorrt path * fix win ci build issue * update code based on the reviews * fix build issue * roll back to cuda10.0 * add RemoveCycleTest for TensorRT * fix windows ci build issues * fix ci build issues * fix file permission * fix out of range issue for max_workspace_size_env
51 lines
1.9 KiB
Text
51 lines
1.9 KiB
Text
[submodule "cmake/external/protobuf"]
|
|
path = cmake/external/protobuf
|
|
url = https://github.com/google/protobuf.git
|
|
[submodule "cmake/external/googletest"]
|
|
path = cmake/external/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "cmake/external/onnx"]
|
|
path = cmake/external/onnx
|
|
url = https://github.com/onnx/onnx
|
|
[submodule "cmake/external/tvm"]
|
|
path = cmake/external/tvm
|
|
url = https://github.com/microsoft/onnxruntime-tvm.git
|
|
[submodule "cmake/external/date"]
|
|
path = cmake/external/date
|
|
url = https://github.com/HowardHinnant/date.git
|
|
[submodule "cmake/external/gemmlowp"]
|
|
path = cmake/external/gemmlowp
|
|
url = https://github.com/google/gemmlowp.git
|
|
[submodule "cmake/external/nsync"]
|
|
path = cmake/external/nsync
|
|
url = https://github.com/google/nsync
|
|
[submodule "cmake/external/re2"]
|
|
path = cmake/external/re2
|
|
url = https://github.com/google/re2.git
|
|
[submodule "cmake/external/eigen"]
|
|
path = cmake/external/eigen
|
|
url = https://gitlab.com/libeigen/eigen.git
|
|
[submodule "cmake/external/DNNLibrary"]
|
|
path = cmake/external/DNNLibrary
|
|
url = https://github.com/JDAI-CV/DNNLibrary
|
|
[submodule "cmake/external/mimalloc"]
|
|
path = cmake/external/mimalloc
|
|
url = https://github.com/microsoft/mimalloc.git
|
|
[submodule "cmake/external/cub"]
|
|
path = cmake/external/cub
|
|
url = https://github.com/NVlabs/cub.git
|
|
[submodule "cmake/external/wil"]
|
|
path = cmake/external/wil
|
|
url = https://github.com/microsoft/wil
|
|
[submodule "cmake/external/json"]
|
|
path = cmake/external/json
|
|
url = https://github.com/nlohmann/json
|
|
[submodule "server/external/spdlog"]
|
|
path = server/external/spdlog
|
|
url = https://github.com/gabime/spdlog.git
|
|
[submodule "cmake/external/FeaturizersLibrary"]
|
|
path = cmake/external/FeaturizersLibrary
|
|
url = https://github.com/microsoft/FeaturizersLibrary.git
|
|
[submodule "cmake/external/onnx-tensorrt"]
|
|
path = cmake/external/onnx-tensorrt
|
|
url = https://github.com/stevenlix/onnx-tensorrt.git
|