Skip to content

Releases: Tencent/Forward

Release v2.0.2

30 Nov 10:30
fc0150e
Compare
Choose a tag to compare

ChangeLog

Added

  • Support tf.math.top_k, tf.math.greater, tf.math.less, tf.math.rsqrt, tf.math.maximum, tf.math.minimum, tf.fill ops
  • Update test models and save scripts
  • Update docs

Fixed

  • Fix std::round for float and half data type
  • Fix EmbeddingBag layer to avoid extending to undesired dimensions for tf.gather

Changed

  • Explicitly call .contiguous() on tensor in convolution operation
  • Allow Select layer to handle const inputs
  • Remove macro control in FullyConnected layer
  • Remove outdated plugin files

Release v2.0.1

08 Nov 02:36
Compare
Choose a tag to compare

ChangeLog

Fixed

  • fix torch_resize_creator
  • fix upsampling_trilinear_3d

Added

  • support torch::squeeze.
  • add utests of upsampling_trilinear_3d

Changed

  • cancel broadcastdim in trt_element_wise_creator.h, and add CHECK_EQ instead.

Release v2.0.0

04 Nov 08:31
73a63a3
Compare
Choose a tag to compare

ChangeLog

Added

  • Support TensorRT 8 (compatible with TensorRT 7) [TRT]
  • Support c10::prim::NumToTensor op in TrtElementWiseDesc [TORCH]
  • Support c10::aten::upsample_trilinear3d and c10::aten::upsample_nearest3d ops in TrtResizeDesc [TORCH]
  • Support Select op type in TrtSelectDesc [TF]
  • Add torch.matmul op unit test [TORCH]
  • Update docs

Changed

  • Integrate skipLayerNormPlugin into ForwardLayerNormPluginDynamic [TRT]
  • Switch Bert-related plugins to official TensorRT NvInfer Plugins [TRT]
  • Replace addScale with addScaleNd layer in TrtScaleDesc [TRT]

Release v1.3.3

11 Oct 03:16
4d7358d
Compare
Choose a tag to compare

ChangeLog

Changed

  • Clean up dependencies in demo

Release v1.3.2

02 Sep 06:08
172c361
Compare
Choose a tag to compare

ChangeLog

Added

  • Update ONNX-related demo dependencies
  • Update Forward documents

Fixed

  • Fix core dump issues when OnnxEngine is built in Python

Release v1.3.1

26 Aug 14:45
55e9da5
Compare
Choose a tag to compare

ChangeLog

Fixed

  • Fix demo dependencies

Release v1.3.0

24 Aug 02:52
aa685bf
Compare
Choose a tag to compare

ChangeLog

Added

  • Support ONNX framework [Usage]
  • Update Forward documents

Fixed

  • Fix SkipLayerNorm abnormal behavior when enabling ENABLE_DYNAMIC_BATCH

Release v1.2.5

17 Aug 10:21
Compare
Choose a tag to compare

ChangeLog

Fixed

  • Update SkipLayerNorm's usages in the trt_bert_creator.h.

Release v1.2.4

30 Jul 07:02
Compare
Choose a tag to compare

ChangeLog

Added

  • Add FuseTorchModule such that continuous TorchModulePlugin will be fused as single TorchModulePlugin.

Release v1.2.3

19 Jul 03:02
Compare
Choose a tag to compare

ChangeLog

Added

  • Documents related to Forward
  • Support to c10::prim::GetAttr and torch::ones