Skip to content

Testing on more Models and Aten bugs fixed.

Latest
Compare
Choose a tag to compare
@chenghuaWang chenghuaWang released this 17 Apr 07:13
· 4 commits to master since this release

Tests

  • MobileNetV3. Using -target [Native/AdvX86]
  • SqueezeNet. Using -target [Native/AdvX86]
  • Transformer block write in aten-lang. Code
  • Conv2d 3x3 write in aten-lang. Code

New features

  • math package support in aten-lang. See Code
  • Turn arith op to Affine Expr when processing affine.for's Induction value.
  • New target:
    • Native: using only MLIR's builtin Pass
    • AdvX86: using scf.for loops with dispatch info and split for loops to avoid vector.mask

Full Changelog: v1.0...v1.1