ubuntu TensorRT

1

https://github.com/NVIDIA/TensorRT

git clone -b master https://github.com/nvidia/TensorRT TensorRT -b release/7.0
cd Tensort

git submodule update --init --recursive
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ git submodule update --init --recursive
Submodule 'parsers/onnx' (https://github.com/onnx/onnx-tensorrt.git) registered for path 'parsers/onnx'
Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub'
Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf'
Cloning into 'parsers/onnx'...
remote: Enumerating objects: 38, done.
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 814 (delta 11), reused 10 (delta 1), pack-reused 776
Receiving objects: 100% (814/814), 1.58 MiB | 32.00 KiB/s, done.
Resolving deltas: 100% (525/525), done.
Checking connectivity... done.
Submodule path 'parsers/onnx': checked out '84b5be1d6fc03564f2c0dba85a2ee75bad242c2e'
Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx'
Cloning into 'third_party/onnx'...
remote: Enumerating objects: 19593, done.
remote: Total 19593 (delta 0), reused 0 (delta 0), pack-reused 19593
Receiving objects: 100% (19593/19593), 10.37 MiB | 69.00 KiB/s, done.
Resolving deltas: 100% (10711/10711), done.
Checking connectivity... done.
Submodule path 'parsers/onnx/third_party/onnx': checked out '553df22c67bee5f0fe6599cff60f1afc6748c635'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark'
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11'
Cloning into 'third_party/benchmark'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 5361 (delta 8), reused 8 (delta 4), pack-reused 5340
Receiving objects: 100% (5361/5361), 1.75 MiB | 178.00 KiB/s, done.
Resolving deltas: 100% (3529/3529), done.
Checking connectivity... done.
Submodule path 'parsers/onnx/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508'
Cloning into 'third_party/pybind11'...
remote: Enumerating objects: 11291, done.
remote: Total 11291 (delta 0), reused 0 (delta 0), pack-reused 11291
Receiving objects: 100% (11291/11291), 4.15 MiB | 70.00 KiB/s, done.
Resolving deltas: 100% (7619/7619), done.
Checking connectivity... done.
Submodule path 'parsers/onnx/third_party/onnx/third_party/pybind11': checked out '09f082940113661256310e3f4811aa7261a9fa05'
Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'tools/clang'
Cloning into 'tools/clang'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 361 (delta 2), reused 2 (delta 0), pack-reused 353
Receiving objects: 100% (361/361), 147.50 KiB | 148.00 KiB/s, done.
Resolving deltas: 100% (151/151), done.
Checking connectivity... done.
Submodule path 'parsers/onnx/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Cloning into 'third_party/cub'...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 32680 (delta 0), reused 5 (delta 0), pack-reused 32675
Receiving objects: 100% (32680/32680), 16.57 MiB | 50.00 KiB/s, done.
Resolving deltas: 100% (28616/28616), done.
Checking connectivity... done.
Submodule path 'third_party/cub': checked out 'c3cceac115c072fb63df1836ff46d8c60d9eb304'
Cloning into 'third_party/protobuf'...
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 68841 (delta 0), reused 0 (delta 0), pack-reused 68840
Receiving objects: 100% (68841/68841), 56.74 MiB | 41.00 KiB/s, done.
Resolving deltas: 100% (47092/47092), done.
Checking connectivity... done.
Submodule path 'third_party/protobuf': checked out 'b10d490efd6052a02a90277e3325adbec6ce62eb'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Cloning into 'third_party/benchmark'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 5361 (delta 8), reused 8 (delta 4), pack-reused 5340
Receiving objects: 100% (5361/5361), 1.75 MiB | 238.00 KiB/s, done.
Resolving deltas: 100% (3529/3529), done.
Checking connectivity... done.
Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8'
Cloning into 'third_party/googletest'...
remote: Enumerating objects: 19361, done.
remote: Total 19361 (delta 0), reused 0 (delta 0), pack-reused 19361
Receiving objects: 100% (19361/19361), 6.97 MiB | 49.00 KiB/s, done.
Resolving deltas: 100% (14304/14304), done.
Checking connectivity... done.
Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 
(wind1) star@xmatrix:~/TensorRT/TensorRT_1$ 

猜你喜欢

转载自www.cnblogs.com/herd/p/12100925.html