Skip to content

Commit 2af6539

Browse files
authored
Merge pull request #379 from NVIDIA/v0.2.0_release
chore: Work to setup the next release
2 parents 2cc886e + c68fbae commit 2af6539

File tree

242 files changed

+80114
-20
lines changed

Some content is hidden

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

242 files changed

+80114
-20
lines changed

CHANGELOG.md

Lines changed: 312 additions & 0 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Do try to fill an issue with your feature or bug before filling a PR (op support
66

77
#### Communication
88

9-
The primary location for discussion is GitHub issues. This is the best place for questions about the project and discussion about specific issues.
9+
The primary location for discussion is GitHub issues and Github discussions. This is the best place for questions about the project and discussion about specific issues.
1010

1111
We use the PyTorch Slack for communication about core development, integration with PyTorch and other communication that doesn't make sense in GitHub issues. If you need an invite, take a look at the [PyTorch README](https://github.com/pytorch/pytorch/blob/master/README.md) for instructions on requesting one.
1212

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts")
6363
| Platform | Support |
6464
| -------- | ------- |
6565
| Linux AMD64 / GPU | **Supported** |
66-
| Linux aarch64 / GPU | **Native Compilation Supported on JetPack-4.4** |
67-
| Linux aarch64 / DLA | **Native Compilation Supported on JetPack-4.4** |
66+
| Linux aarch64 / GPU | **Native Compilation Supported on JetPack-4.4+** |
67+
| Linux aarch64 / DLA | **Native Compilation Supported on JetPack-4.4+** |
6868
| Windows / GPU | **Unofficial Support** |
6969
| Linux ppc64le / GPU | - |
7070

@@ -74,10 +74,10 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts")
7474
These are the following dependencies used to verify the testcases. TRTorch can work with other versions, but the tests are not guaranteed to pass.
7575

7676
- Bazel 3.7.0
77-
- Libtorch 1.7.1 (built with CUDA 11.0)
78-
- CUDA 11.0
77+
- Libtorch 1.7.x (built with CUDA 11.0)
78+
- CUDA 11.0 (10.2 on Jetson)
7979
- cuDNN 8
80-
- TensorRT 7.2.1.6
80+
- TensorRT 7.2
8181

8282
## Prebuilt Binaries and Wheel files
8383

docs/v0.2.0/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)