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.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 fortf.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
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::NumToTensor
op inTrtElementWiseDesc
[TORCH] - Support
c10::aten::upsample_trilinear3d
andc10::aten::upsample_nearest3d
ops inTrtResizeDesc
[TORCH] - Support
Select
op type inTrtSelectDesc
[TF] - Add
torch.matmul
op unit test [TORCH] - Update docs
Changed
- Integrate
skipLayerNormPlugin
intoForwardLayerNormPluginDynamic
[TRT] - Switch Bert-related plugins to official TensorRT NvInfer Plugins [TRT]
- Replace
addScale
withaddScaleNd
layer 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
SkipLayerNorm
abnormal 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