llvm-project/mlir
Rob Suderman e9fae0f19e [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case
Quantized case needs to include zero-point corrections before the tosa.mul.
Disabled for the quantized use-case.

Reviewed By: NatashaKnk

Differential Revision: https://reviews.llvm.org/D115264
2021-12-07 10:16:12 -08:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][ods] update attr/type def format docs 2021-12-02 23:42:47 +00:00
examples [mlir] Move trait to InferTypeOpInterface 2021-11-21 14:41:12 -08:00
include [mlir][scf] NFC: create dedicated files for affine utils 2021-12-07 10:55:32 -05:00
lib [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case 2021-12-07 10:16:12 -08:00
python [mlir][python] Audit and fix a lot of the Python pyi stubs. 2021-11-29 21:40:28 -08:00
test [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case 2021-12-07 10:16:12 -08:00
tools [mlir][linalg][bufferize] Add FuncOp bufferization pass 2021-12-07 21:44:26 +09:00
unittests [MLIR] Simplify division extraction unit testing. 2021-12-07 11:53:04 +05:30
utils [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.