Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@zhaoyiluo zhaoyiluo released this 04 Nov 08:31
· 3 commits to master since this release
73a63a3

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]