llvm-project/mlir/test
Jacques Pienaar 041e961802 Add extraClassDeclaration field for ops.
Simple mechanism to allow specifying arbitrary function declarations. The modelling will not cover all cases so allow a means for users to declare a method function that they will define in their C++ files. The goal is to allow full C++ flexibility as the goal is to cover cases not modelled.

--

PiperOrigin-RevId: 245889819
2019-05-06 08:21:58 -07:00
..
AffineOps Introduce affine terminator 2019-03-29 17:44:24 -07:00
EDSC Drop MLIREmitter-based version of the EDSC 2019-04-03 08:30:38 -07:00
Examples Parsing support for Range, View and Slice operations 2019-05-06 08:20:55 -07:00
FxpMathOps Implement lowering of quant.dcast to the fxpmathops and standard dialect. 2019-04-23 22:02:25 -07:00
GPU Start GPU Dialect 2019-05-06 08:20:08 -07:00
IR Add support for a NoneType. 2019-05-06 08:19:20 -07:00
LLVMIR Rename "convert-to-llvmir" to "lower-to-llvm" (NFC) 2019-05-06 08:19:52 -07:00
Linalg Fix flaky Linalg roundtrip test. This removes an invalid "%s" from the second mlir-opt command. 2019-04-23 22:03:31 -07:00
Pass Enable multi-threading in the pass manager by default. 2019-05-06 08:17:58 -07:00
Quantization Add an "any" quantized type, which contains the underlying type correlation but does not specify any mapping. 2019-05-06 08:21:42 -07:00
Target Add conversion of StandardOps and, or and xor to LLVM dialect. 2019-04-11 10:52:02 -07:00
Transforms Make identity cast operations with the same operand and result types legal 2019-05-06 08:19:37 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
mlir-cpu-runner Remove global LLVM CLI variables from library code 2019-03-29 17:50:23 -07:00
mlir-tblgen Add extraClassDeclaration field for ops. 2019-05-06 08:21:58 -07:00
CMakeLists.txt Parsing support for Range, View and Slice operations 2019-05-06 08:20:55 -07:00
lit.cfg.py Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
lit.site.cfg.py.in Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00