Skip to content

Commit 4a44f61

Browse files
authored
Merge pull request #149 from NVIDIA/version_v0.0.3_bump
Version v0.0.3 bump
2 parents 4438a12 + f741cb2 commit 4a44f61

File tree

292 files changed

+66989
-403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+66989
-403
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tests/accuracy/datasets/data/*
2626
*.tar.gz
2727
*.tgz
2828
docsrc/_build
29+
docsrc/_notebooks
2930
docsrc/_cpp_api
3031
docsrc/_tmp
3132
*.so

CHANGELOG.md

Lines changed: 174 additions & 15 deletions
Large diffs are not rendered by default.

Dockerfile.notebook

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts")
7575
- Bazel 3.3.1
7676
- Libtorch 1.5.1
7777
- CUDA 10.2
78-
- cuDNN 8.0.1
79-
- TensorRT 7.1.3
78+
- cuDNN 7.6.5 (by default, cuDNN 8 supported with compatable PyTorch build)
79+
- TensorRT 7.0.0 (by default, TensorRT 7.1 supported with compatable PyTorch build)
8080

8181
## Prebuilt Binaries and Wheel files
8282

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ http_archive(
5454
build_file = "@//third_party/libtorch:BUILD",
5555
strip_prefix = "libtorch",
5656
urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1.zip"],
57-
sha256 = "0efdd4e709ab11088fa75f0501c19b0e294404231442bab1d1fb953924feb6b5"
57+
sha256 = "cf0691493d05062fe3239cf76773bae4c5124f4b039050dbdd291c652af3ab2a"
5858
)
5959

6060
http_archive(
@@ -71,18 +71,18 @@ http_archive(
7171

7272
http_archive(
7373
name = "cudnn",
74-
urls = ["https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/10.2_20200626/cudnn-10.2-linux-x64-v8.0.1.13.tgz",],
74+
urls = ["https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.2_20191118/cudnn-10.2-linux-x64-v7.6.5.32.tgz",],
7575
build_file = "@//third_party/cudnn/archive:BUILD",
76-
sha256 = "0c106ec84f199a0fbcf1199010166986da732f9b0907768c9ac5ea5b120772db",
76+
sha256 = "600267f2caaed2fd58eb214ba669d8ea35f396a7d19b94822e6b36f9f7088c20",
7777
strip_prefix = "cuda"
7878
)
7979

8080
http_archive(
8181
name = "tensorrt",
82-
urls = ["https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.1/tars/TensorRT-7.1.3.4.Ubuntu-18.04.x86_64-gnu.cuda-10.2.cudnn8.0.tar.gz",],
82+
urls = ["https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.0/7.0.0.11/tars/TensorRT-7.0.0.11.Ubuntu-18.04.x86_64-gnu.cuda-10.2.cudnn7.6.tar.gz",],
8383
build_file = "@//third_party/tensorrt/archive:BUILD",
84-
sha256 = "9205bed204e2ae7aafd2e01cce0f21309e281e18d5bfd7172ef8541771539d41",
85-
strip_prefix = "TensorRT-7.1.3.4"
84+
sha256 = "c7d73b2585b18aae68b740249efa8c8ba5ae852abe9a023720595432a8eb4efd",
85+
strip_prefix = "TensorRT-7.0.0.11"
8686
)
8787

8888
####################################################################################

cpp/api/include/trtorch/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define TRTORCH_MAJOR_VERSION 0
2323
#define TRTORCH_MINOR_VERSION 0
24-
#define TRTORCH_PATCH_VERSION 2
24+
#define TRTORCH_PATCH_VERSION 3
2525
#define TRTORCH_VERSION STR(TRTORCH_MAJOR_VERSION) \
2626
"." STR(TRTORCH_MINOR_VERSION) \
2727
"." STR(TRTORCH_PATCH_VERSION)

docs/._index.html

0 Bytes
Binary file not shown.

docs/_cpp_api/class_view_hierarchy.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<script src="../_static/javascripts/modernizr.js">
3737
</script>
3838
<title>
39-
Class Hierarchy — TRTorch 0.0.2 documentation
39+
Class Hierarchy — TRTorch master documentation
4040
</title>
4141
<link href="../_static/material.css" rel="stylesheet" type="text/css"/>
4242
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
@@ -80,7 +80,7 @@
8080
<nav class="md-header-nav md-grid">
8181
<div class="md-flex navheader">
8282
<div class="md-flex__cell md-flex__cell--shrink">
83-
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
83+
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
8484
<i class="md-icon">
8585
8686
</i>
@@ -152,6 +152,9 @@
152152
<a href="https://nvidia.github.io/TRTorch/" title="master">
153153
master
154154
</a>
155+
<a href="https://nvidia.github.io/TRTorch/v0.0.3/" title="v0.0.3">
156+
v0.0.3
157+
</a>
155158
<a href="https://nvidia.github.io/TRTorch/v0.0.2/" title="v0.0.2">
156159
v0.0.2
157160
</a>
@@ -169,7 +172,7 @@
169172
<ul class="md-tabs__list">
170173
<li class="md-tabs__item">
171174
<a class="md-tabs__link" href="../index.html">
172-
TRTorch 0.0.2 documentation
175+
TRTorch master documentation
173176
</a>
174177
</li>
175178
</ul>
@@ -182,12 +185,12 @@
182185
<div class="md-sidebar__inner">
183186
<nav class="md-nav md-nav--primary" data-md-level="0">
184187
<label class="md-nav__title md-nav__title--site" for="__drawer">
185-
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
188+
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
186189
<i class="md-icon">
187190
188191
</i>
189192
</a>
190-
<a href="../index.html" title="TRTorch 0.0.2 documentation">
193+
<a href="../index.html" title="TRTorch master documentation">
191194
TRTorch
192195
</a>
193196
</label>

docs/_cpp_api/classtrtorch_1_1ExtraInfo_1_1DataType.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<script src="../_static/javascripts/modernizr.js">
3737
</script>
3838
<title>
39-
Class ExtraInfo::DataType — TRTorch 0.0.2 documentation
39+
Class ExtraInfo::DataType — TRTorch master documentation
4040
</title>
4141
<link href="../_static/material.css" rel="stylesheet" type="text/css"/>
4242
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
@@ -82,7 +82,7 @@
8282
<nav class="md-header-nav md-grid">
8383
<div class="md-flex navheader">
8484
<div class="md-flex__cell md-flex__cell--shrink">
85-
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
85+
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
8686
<i class="md-icon">
8787
8888
</i>
@@ -154,6 +154,9 @@
154154
<a href="https://nvidia.github.io/TRTorch/" title="master">
155155
master
156156
</a>
157+
<a href="https://nvidia.github.io/TRTorch/v0.0.3/" title="v0.0.3">
158+
v0.0.3
159+
</a>
157160
<a href="https://nvidia.github.io/TRTorch/v0.0.2/" title="v0.0.2">
158161
v0.0.2
159162
</a>
@@ -171,7 +174,7 @@
171174
<ul class="md-tabs__list">
172175
<li class="md-tabs__item">
173176
<a class="md-tabs__link" href="../index.html">
174-
TRTorch 0.0.2 documentation
177+
TRTorch master documentation
175178
</a>
176179
</li>
177180
<li class="md-tabs__item">
@@ -189,12 +192,12 @@
189192
<div class="md-sidebar__inner">
190193
<nav class="md-nav md-nav--primary" data-md-level="0">
191194
<label class="md-nav__title md-nav__title--site" for="__drawer">
192-
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
195+
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
193196
<i class="md-icon">
194197
195198
</i>
196199
</a>
197-
<a href="../index.html" title="TRTorch 0.0.2 documentation">
200+
<a href="../index.html" title="TRTorch master documentation">
198201
TRTorch
199202
</a>
200203
</label>

docs/_cpp_api/classtrtorch_1_1ExtraInfo_1_1DeviceType.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<script src="../_static/javascripts/modernizr.js">
3737
</script>
3838
<title>
39-
Class ExtraInfo::DeviceType — TRTorch 0.0.2 documentation
39+
Class ExtraInfo::DeviceType — TRTorch master documentation
4040
</title>
4141
<link href="../_static/material.css" rel="stylesheet" type="text/css"/>
4242
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
@@ -82,7 +82,7 @@
8282
<nav class="md-header-nav md-grid">
8383
<div class="md-flex navheader">
8484
<div class="md-flex__cell md-flex__cell--shrink">
85-
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
85+
<a class="md-header-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
8686
<i class="md-icon">
8787
8888
</i>
@@ -154,6 +154,9 @@
154154
<a href="https://nvidia.github.io/TRTorch/" title="master">
155155
master
156156
</a>
157+
<a href="https://nvidia.github.io/TRTorch/v0.0.3/" title="v0.0.3">
158+
v0.0.3
159+
</a>
157160
<a href="https://nvidia.github.io/TRTorch/v0.0.2/" title="v0.0.2">
158161
v0.0.2
159162
</a>
@@ -171,7 +174,7 @@
171174
<ul class="md-tabs__list">
172175
<li class="md-tabs__item">
173176
<a class="md-tabs__link" href="../index.html">
174-
TRTorch 0.0.2 documentation
177+
TRTorch master documentation
175178
</a>
176179
</li>
177180
<li class="md-tabs__item">
@@ -189,12 +192,12 @@
189192
<div class="md-sidebar__inner">
190193
<nav class="md-nav md-nav--primary" data-md-level="0">
191194
<label class="md-nav__title md-nav__title--site" for="__drawer">
192-
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch 0.0.2 documentation">
195+
<a class="md-nav__button md-logo" href="../index.html" title="TRTorch master documentation">
193196
<i class="md-icon">
194197
195198
</i>
196199
</a>
197-
<a href="../index.html" title="TRTorch 0.0.2 documentation">
200+
<a href="../index.html" title="TRTorch master documentation">
198201
TRTorch
199202
</a>
200203
</label>

0 commit comments

Comments
 (0)