onnx-mlir/test/mlir
Tung D. Le 7e05f371de
Replace std.load/std.store by affine.load/affine.store (#180)
* Move to more recent LLVM ID (May 15)

* clang-format

* Bump cache version up

* Update readme

* Fix doc check

* Move to a newer commit id

* Update LoopToStandard -> SCFToStandard

* Change MLIRSideEffects to MLIRSideEffectInterfaces

* Add AffineScope trait to KrnlIterateOp

* [ElementWise] Load/Store op to AffineLoad/AffineStore op

* [Gemm, MatMul, Reduction, Softmax] Load/Store op to AffineLoad/AffineStore op

* [Concat] Load/Store op to AffineLoad/AffineStore op

* [Pad, PadConstantValuePad, Reshape, Transpose] Load/Store op to AffineLoad/AffineStore op

* [LSTM] Load/Store op to AffineLoad/AffineStore op

* [Conv, Norm, Pooling] Load/Store op to AffineLoad/AffineStore op

* Add affine-loop-fusion pass

* Use Load/Store for scalar

* Use Load/Store for scalar

* Fix lit tests

* Unknown dimensions for broadcasting ops

* Affine Load/Store for scalar memref

* clang-format

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-07-05 16:20:21 +08:00
..
conversion Bug fix, ensure krnl.iterate can lower in the degenerate case. (#78) 2020-04-10 23:27:00 +08:00
krnl Krnl block (#170) 2020-06-27 22:35:01 +08:00
onnx Replace std.load/std.store by affine.load/affine.store (#180) 2020-07-05 16:20:21 +08:00
transform String type (Ready for Review) (#182) 2020-06-25 16:34:37 -04:00
CMakeLists.txt Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
lit.cfg.py Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
lit.site.cfg.py.in Remove whole archive linkage (#173) 2020-06-19 00:21:27 +08:00