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 processingaffine.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 avoidvector.mask
Full Changelog: v1.0...v1.1