|
792 | 792 | Signed-off-by: Naren Dasan <[email protected]>
|
793 | 793 |
|
794 | 794 |
|
795 |
| -# 1.1.0 (2022-05-09) |
796 | 795 |
|
| 796 | +# 1.1.0 (2022-05-10) |
797 | 797 |
|
798 | 798 | ### Bug Fixes
|
799 | 799 |
|
|
855 | 855 |
|
856 | 856 | * **//core/conversion:** Better tooling for debugging ([c5c5c47](https://github.com/NVIDIA/TRTorch/commit/c5c5c47))
|
857 | 857 | * **//core/conversion/evaluators:** aten::pow support ([c4fdfcb](https://github.com/NVIDIA/TRTorch/commit/c4fdfcb))
|
| 858 | +* **//docker:** New base container to let master build in container ([446bf18](https://github.com/NVIDIA/TRTorch/commit/446bf18)) |
858 | 859 | * **//py:** Context managers to quickly switch logging level ([12e470f](https://github.com/NVIDIA/TRTorch/commit/12e470f))
|
859 |
| -* **//tests:** Adding BERT to the test suite ([7996a10](https://github.com/NVIDIA/TRTorch/commit/7996a10)) |
860 |
| -* **aten::__range_length:** Adding range length evaluator ([11c4608](https://github.com/NVIDIA/TRTorch/commit/11c4608)) |
861 |
| -* **aten::add:** adding string concat evaluator ([65dbf90](https://github.com/NVIDIA/TRTorch/commit/65dbf90)) |
862 | 860 | * Add converter files for reflection pad 1d and 2d ([406d860](https://github.com/NVIDIA/TRTorch/commit/406d860))
|
863 |
| -* Add converter files for torch::max ([569bcde](https://github.com/NVIDIA/TRTorch/commit/569bcde)) |
864 | 861 | * Add converter files for torch::max ([f628aca](https://github.com/NVIDIA/TRTorch/commit/f628aca))
|
| 862 | +* Add converter files for torch::max ([569bcde](https://github.com/NVIDIA/TRTorch/commit/569bcde)) |
865 | 863 | * Add converter files for torch::max ([dd7a44e](https://github.com/NVIDIA/TRTorch/commit/dd7a44e))
|
866 | 864 | * Add converter for reflection pad 1d and 2d operation ([2484a43](https://github.com/NVIDIA/TRTorch/commit/2484a43))
|
867 | 865 | * Added comprehensive perf benchmark script ([a8016ff](https://github.com/NVIDIA/TRTorch/commit/a8016ff))
|
|
880 | 878 | * support aten::div.Tensor_mode ([bb3046a](https://github.com/NVIDIA/TRTorch/commit/bb3046a))
|
881 | 879 | * support aten::extend evaluator ([33c523d](https://github.com/NVIDIA/TRTorch/commit/33c523d))
|
882 | 880 | * support aten::format evaluator ([3a33d33](https://github.com/NVIDIA/TRTorch/commit/3a33d33))
|
| 881 | +* Update Pytorch version to 1.11 ([c009a1f](https://github.com/NVIDIA/TRTorch/commit/c009a1f)) |
| 882 | +* Upgrade TensorRT to 8.2.4.2 ([f1f151b](https://github.com/NVIDIA/TRTorch/commit/f1f151b)) |
| 883 | +* **//tests:** Adding BERT to the test suite ([7996a10](https://github.com/NVIDIA/TRTorch/commit/7996a10)) |
| 884 | +* **aten::__range_length:** Adding range length evaluator ([11c4608](https://github.com/NVIDIA/TRTorch/commit/11c4608)) |
| 885 | +* **aten::add:** adding string concat evaluator ([65dbf90](https://github.com/NVIDIA/TRTorch/commit/65dbf90)) |
883 | 886 | * **aten::Int:** Adding a new pass to remove single use ([46ac757](https://github.com/NVIDIA/TRTorch/commit/46ac757))
|
884 | 887 | * **aten::Int:** Lowers out aten::Int ([908340f](https://github.com/NVIDIA/TRTorch/commit/908340f))
|
885 | 888 | * **core//conversion:** Implement converter for torch unbind ([268a49b](https://github.com/NVIDIA/TRTorch/commit/268a49b))
|
886 |
| -* Update Pytorch version to 1.11 ([c009a1f](https://github.com/NVIDIA/TRTorch/commit/c009a1f)) |
887 |
| -* Upgrade TensorRT to 8.2.4.2 ([f1f151b](https://github.com/NVIDIA/TRTorch/commit/f1f151b)) |
888 | 889 |
|
889 | 890 |
|
890 | 891 | ### BREAKING CHANGES
|
|
0 commit comments