llvm-project/mlir/test
Stella Laurenzo d4dcf7de9e Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.
Adding the additional layer of directory was discussed offline and matches the Target/ tree. The names match the defacto convention we seem to be following where the C++ namespace is ^(.+)Ops/$ matched against the directory name.

    This is in preparation for patching the Quantizer into this tree, which would have been confusing without moving the Quantization dialect to its more proper home. It is left to others to move other dialects if desired.

    Tested:
      ninja check-mlir

--

PiperOrigin-RevId: 248171982
2019-05-20 13:41:55 -07:00
..
AffineOps Change syntax of regions in the generic form of operations 2019-05-06 08:29:48 -07:00
Dialect Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps. 2019-05-20 13:41:55 -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
GPU Revert "Pass for outlining gpu.launch operation bodies into kernel functions called by gpu.launch_func operations" 2019-05-10 21:26:30 -07:00
IR Refactor NameLoc so that it also holds a child location. This removes the awkward use of CallSiteLoc as a variable usage location. 2019-05-20 13:40:52 -07:00
LLVMIR Simplify the parser/printer of ConstantOp now that all attributes have types. This has the added benefit of removing type redundancy from the pretty form. As a consequence, IntegerAttr/FloatAttr will now always print the type even if it is i64/f64. 2019-05-10 19:24:30 -07:00
Linalg Add a linalg.dim 2019-05-20 13:41:02 -07:00
Pass Enable multi-threading in the pass manager by default. 2019-05-06 08:17:58 -07:00
Target Add transformation of the NVVM dialect to an LLVM module. Only handles 2019-05-06 08:22:14 -07:00
Transforms Add test for affine-loop-tile pass with a loop of trip count 1 2019-05-20 13:38:52 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
mlir-cpu-runner Pipe Linalg to a cblas call via mlir-cpu-runner 2019-05-20 13:39:02 -07:00
mlir-tblgen [ODS] Add definition for TypeAttr 2019-05-20 13:41:38 -07:00
CMakeLists.txt Pipe Linalg to a cblas call via mlir-cpu-runner 2019-05-20 13:39:02 -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