onnx-mlir/test/mlir/onnx
NathanielMcVicar 3491b90b1e
Support LLVM as of 7dcd0042 (#309)
* Update to support LLVM as of 7dcd0042

Fixes for upstream changes to mlir.

- New pass registration method from https://reviews.llvm.org/D85622
- Integer attributes are now C types when possible https://reviews.llvm.org/D86739

Signed-off-by: Nathaniel McVicar <namcvica@microsoft.com>

* Fix for checkclang

* Windows incremental build fix from @max-ku

* Remove MLIRShapeToSCF lib

* Missed a getSExtValue on now c type

* Rebuild prereq docker.

* Bump CircleCI cache version.

* Update hash for Windows build

Signed-off-by: Nathaniel McVicar <namcvica@microsoft.com>

* Bump CircieCI cache version again.

* Rebuild prereq docker.

* Update README.md

* Update README.md

* Undo edits to ONNXOps.td.inc.

* Undo changes to ONNXOps.td.inc.

* Fix cast op TableGen.

* Tweak tablegen definition of Cast.

* Use explicitly signed integer as attributes.

* Move all signless attribute to explicitly signed attribute.

* Import ONNX int attribute as SI64 attribute.

* Make Conv.group attr use SI64 attr.

* Fix conv test.

* Fix DocCheck complaint.

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-09-22 23:42:50 +07:00
..
onnx_bundle_memory_pool.mlir Assorted fixes for memory pool related passes (#244) 2020-08-11 17:34:59 -04:00
onnx_canonicalization.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_constprop.mlir Fuse convolution and batch normalization (#253) 2020-08-18 16:41:40 +08:00
onnx_decompose.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_elide_constants.mlir Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
onnx_enable_memory_pool.mlir [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
onnx_krnl_global_elision.mlir Remove optimize_loops/return_loops op. (#200) 2020-07-08 12:49:15 +08:00
onnx_lowering.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_lowering_with_dealloc.mlir [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
onnx_shape_inference.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_shape_inference_maxpool.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00
onnx_structure.mlir Support LLVM as of 7dcd0042 (#309) 2020-09-22 23:42:50 +07:00