onnx-mlir/test/mlir/onnx
Tung D. Le b521719587
Lower Matmul operation to Krnl dialect (#57)
* Allocate memory for matmul's result

* Group cases

* Add support of N-D x N-D, N>=2

* Revise createIterateOperandPack

* Add 1-D x 1-D

* Add 1-D x N-D

* Add MLIR tests

* Change variable names

* Change type from int to int64_t for indices

* Change variable names

* Change int64_t back to int

* Change int64_t back to int

* Change int64_t back to int

* Use decltype

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-02-14 10:43:17 -05:00
..
onnx_canonicalization.mlir Create constant pad (#75) 2020-02-11 15:32:01 -05:00
onnx_lowering.mlir Lower Matmul operation to Krnl dialect (#57) 2020-02-14 10:43:17 -05:00
onnx_lowering_with_dealloc.mlir Chentong319 attribute with variant (#25) 2020-01-21 19:36:21 -07:00
onnx_shape_inference.mlir Handle 1-D MATMUL N-D (#56) 2020-01-29 10:35:05 -05:00
onnx_shape_inference_maxpool.mlir Inference maxpool (#48) 2020-01-30 14:30:28 -05:00