Skip to content

v2.0.6

Latest

Choose a tag to compare

@lumos-spacemit lumos-spacemit released this 27 Jul 03:29

Features

  • Added BatchGemm graph fusion and operator test coverage.
  • Added support for WindowPartition and WindowReverse.
  • Added the layernorm nc kernel path.
  • Added direct A100 Conv2D k5s1 support.
  • Improved threading performance for Slice copy mode.

Fixes

  • Fixed dynamic quantized dense output dtype handling.
  • Fixed the default alpha behavior for HardSigmoid / HardSwish.
  • Fixed transpose issues when axis dim = 1.
  • Fixed memory leak and memory pool corruption issues.

CI / Tooling

  • Stabilized the release plugin packaging workflow.
  • Added support for configurable perf test cases.

Tests

  • Added and updated unit tests for Gemm, BatchGemm, LayerNorm, Window ops, Resize, Slice, Unary ops, and transpose-related cases.
  • Expanded benchmark coverage for Gemm and MultiHeadMatMul.