Skip to content

Commit 91e0a71

Browse files
committed
update changelog for v0.4.0
1 parent 99b2499 commit 91e0a71

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes
22

3-
## [Master]
3+
## [master](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/master)
4+
5+
## [0.4.0](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/v0.4.0) - 07/22/2022
46

57
- Added converter for ``torch.nn.functional.group_norm`` using native TensorRT layers
68
- Added converter for ``torch.nn.ReflectionPad2d`` using plugin layer
@@ -9,7 +11,7 @@
911
- Added support for explicit batch
1012
- Added support for TensorRT 8
1113

12-
## [0.3.0] - 07/15/2021
14+
## [0.3.0](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/v0.3.0) - 07/15/2021
1315

1416
- Added converter for ``torch.nn.functional.adaptive_avg_pool3d``
1517
- Added converter for ``torch.nn.functional.adaptive_max_pool3d``
@@ -21,13 +23,10 @@
2123
- Added converter for ``torch.nn.functional.linear``
2224
- Added converter for ``torch.nn.functional.silu``
2325

24-
## [0.2.0] - 03/02/2021
26+
## [0.2.0](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/v0.2.0) - 03/02/2021
2527

2628
- Added converter for ``torch.Tensor.flatten``
2729
- Added converter for ``torch.nn.functional.conv2d`` and ``torch.nn.functional.conv3d``
28-
29-
### Added
30-
3130
- Added converter for ``torch.Tensor.expand``
3231
- Added support for custom converters for methods defined outside of ``torch`` module
3332
- Added names for TensorRT layers

0 commit comments

Comments
 (0)