@@ -792,8 +792,8 @@ Signed-off-by: Naren Dasan <naren@narendasan.com>
792792Signed-off-by: Naren Dasan < narens@nvidia.com >
793793
794794
795- # 1.1.0 (2022-05-09)
796795
796+ # 1.1.0 (2022-05-10)
797797
798798### Bug Fixes
799799
@@ -855,13 +855,11 @@ Signed-off-by: Naren Dasan <narens@nvidia.com>
855855
856856* ** //core/conversion:** Better tooling for debugging ([ c5c5c47] ( https://github.com/NVIDIA/TRTorch/commit/c5c5c47 ) )
857857* ** //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 ) )
858859* ** //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 ) )
862860* 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 ) )
864861* 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 ) )
865863* Add converter files for torch::max ([ dd7a44e] ( https://github.com/NVIDIA/TRTorch/commit/dd7a44e ) )
866864* Add converter for reflection pad 1d and 2d operation ([ 2484a43] ( https://github.com/NVIDIA/TRTorch/commit/2484a43 ) )
867865* Added comprehensive perf benchmark script ([ a8016ff] ( https://github.com/NVIDIA/TRTorch/commit/a8016ff ) )
@@ -880,11 +878,14 @@ Signed-off-by: Naren Dasan <narens@nvidia.com>
880878* support aten::div.Tensor_mode ([ bb3046a] ( https://github.com/NVIDIA/TRTorch/commit/bb3046a ) )
881879* support aten::extend evaluator ([ 33c523d] ( https://github.com/NVIDIA/TRTorch/commit/33c523d ) )
882880* 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 ) )
883886* ** aten::Int:** Adding a new pass to remove single use ([ 46ac757] ( https://github.com/NVIDIA/TRTorch/commit/46ac757 ) )
884887* ** aten::Int:** Lowers out aten::Int ([ 908340f] ( https://github.com/NVIDIA/TRTorch/commit/908340f ) )
885888* ** 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 ) )
888889
889890
890891### BREAKING CHANGES
0 commit comments