summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Quant
AgeCommit message (Expand)Author
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2024-10-07Remove redundant checks related to quantized type (#110604)Sandeep Dasgupta
2024-09-26[mlir] Improvements to the 'quant' dialect (#100667)Rafael Ubal
2023-06-23Fix bytecode reader/writer on big-endian platformsUlrich Weigand
2023-01-04[mlir] Add `test-convergence` option to Canonicalizer testsMatthias Springer
2022-12-09[MLIR/S90x] Convert tests to check 'target=...'Paul Robinson
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-10-17[mlir][quant] Initial bytecode encoding for quantized typesJacques Pienaar
2022-07-27[mlir] Delete most of the ops from the quant dialect.Stella Laurenzo
2022-07-05[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntaxRiver Riddle
2022-06-25[mlir][quant] output spec verification check for quant.regionlewuathe
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/M...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-21[mlir] Tighten verification of SparseElementsAttrRiver Riddle
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-03-19[testsuite] Make testsuite more stable vs canonicalization change. NFC.Chris Lattner
2021-03-17[mlir][IR] Support parsing hex float values in the DialectSymbolParserRiver Riddle
2021-03-15Revert "[Canonicalizer] Process regions top-down instead of bottom up & reuse...Alex Zinenko
2021-03-14[Canonicalizer] Process regions top-down instead of bottom up & reuse existin...Chris Lattner
2020-12-12[AsmParser] Fix support for zero bit integer types.Chris Lattner
2020-11-24Fix CalibratedQuantizedType's print function to match parserTei Jeong
2020-11-17Add CalibratedQuantizedType to quant dialectTei Jeong
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini
2020-03-17[mlir][NFC] Rename QuantOps to QuantRob Suderman