onnx-mlir/test/backend
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
..
CMakeLists.txt Enable e2e tests (#29) 2020-01-20 12:30:08 -05:00
test.py Lower Matmul operation to Krnl dialect (#57) 2020-02-14 10:43:17 -05:00
test_config.py.in Enable e2e tests (#29) 2020-01-20 12:30:08 -05:00