Releases: Tencent/Forward
Releases · Tencent/Forward
Release v2.0.2
ChangeLog
Added
- Support
tf.math.top_k,tf.math.greater,tf.math.less,tf.math.rsqrt,tf.math.maximum,tf.math.minimum,tf.fillops - Update test models and save scripts
- Update docs
Fixed
- Fix
std::roundfor float and half data type - Fix
EmbeddingBaglayer to avoid extending to undesired dimensions fortf.gather
Changed
- Explicitly call
.contiguous()on tensor in convolution operation - Allow
Selectlayer to handle const inputs - Remove macro control in
FullyConnectedlayer - Remove outdated plugin files
Release v2.0.1
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
ChangeLog
Added
- Support TensorRT 8 (compatible with TensorRT 7) [TRT]
- Support
c10::prim::NumToTensorop inTrtElementWiseDesc[TORCH] - Support
c10::aten::upsample_trilinear3dandc10::aten::upsample_nearest3dops inTrtResizeDesc[TORCH] - Support
Selectop type inTrtSelectDesc[TF] - Add
torch.matmulop unit test [TORCH] - Update docs
Changed
- Integrate
skipLayerNormPluginintoForwardLayerNormPluginDynamic[TRT] - Switch Bert-related plugins to official TensorRT NvInfer Plugins [TRT]
- Replace
addScalewithaddScaleNdlayer inTrtScaleDesc[TRT]
Release v1.3.3
ChangeLog
Changed
- Clean up dependencies in demo
Release v1.3.2
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
ChangeLog
Fixed
- Fix demo dependencies
Release v1.3.0
ChangeLog
Added
- Support ONNX framework [Usage]
- Update Forward documents
Fixed
- Fix
SkipLayerNormabnormal behavior when enablingENABLE_DYNAMIC_BATCH
Release v1.2.5
ChangeLog
Fixed
- Update SkipLayerNorm's usages in the trt_bert_creator.h.
Release v1.2.4
ChangeLog
Added
- Add FuseTorchModule such that continuous TorchModulePlugin will be fused as single TorchModulePlugin.
Release v1.2.3
ChangeLog
Added
- Documents related to Forward
- Support to c10::prim::GetAttr and torch::ones