llvm-project/mlir/unittests
Alex Zinenko 34cbd26d64 Use FileCheck to test SDBM
SDBM has an output format representing the unterlying matrix and stripe
    expressions.  Move the SDBM tests from unit testing framework to
    FileCheck-based tests, printing them to the standard output and using FileCheck
    to test the output.  Tests that check the API proper (e.g. that SDBM
    expressions have a specific subtype) and that rely on non-syntatic properties
    (equality of the set of constraints) are not ported.

--

PiperOrigin-RevId: 249006055
2019-05-20 13:48:53 -07:00
..
Dialect Rename VectorOrTensorType to ShapedType 2019-05-20 13:43:58 -07:00
IR Use FileCheck to test SDBM 2019-05-20 13:48:53 -07:00
Pass Add build files and update README. 2019-03-30 11:23:22 -07:00
Quantizer/Support Start to introduce the "Quantizer" tool, which is responsible for transforming a computation expressed in floating point to one operating in terms of quantized types (where possible), either using quant-aware-training hints where available or post-training statistics. 2019-05-20 13:42:30 -07:00
TableGen Fix MLIRTableGenTests target_link_libraries typo 2019-04-18 11:50:19 -07:00
CMakeLists.txt [TableGen] Better support for predicate and rewrite rule specification 2019-04-18 11:47:27 -07:00