llvm-project/mlir/test
Tei Jeong 94e4ec6499 Add CalibratedQuantizedType to quant dialect
This type supports a calibrated type with min, max provided.

This will be used for importing calibration values of intermediate tensors (e.g. LSTM) which can't be imported with QuantStats op.

This type was initially suggested in the following RFC: https://llvm.discourse.group/t/rfc-a-proposal-for-implementing-quantization-transformations-in-mlir/655

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D91584
2020-11-17 22:14:54 -08:00
..
Analysis [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
Bindings/Python [mlir] Fix Python tests after "module_terminator" migrated to ODS 2020-11-17 14:16:31 +01:00
CAPI [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply). 2020-11-08 16:57:51 -08:00
Conversion [mlir] Simplify std.alloc lowering to LLVM. 2020-11-17 18:55:34 +01:00
Dialect Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
EDSC [mlir][NFC] Remove references to Module.h and Function.h 2020-11-17 00:55:47 -08:00
Examples [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
IR [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
Pass [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target [MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC. 2020-11-13 17:31:18 +01:00
Transforms [mlir][std] Canonicalize extract_element(tensor_cast). 2020-11-17 14:41:39 +01:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] [sparse] start of sparse tensor compiler support 2020-11-17 13:10:42 -08:00
mlir-cpu-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-cuda-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-linalg-ods-gen [mlir][Linalg] Side effects interface for Linalg ops 2020-11-05 09:00:28 +00:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
mlir-rocm-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-spirv-cpu-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-tblgen [NFC] Add unit tests for printing/parsing of variadic operands and results. 2020-11-17 09:21:46 -08:00
mlir-vulkan-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt Add basic Python bindings for the PassManager and bind libTransforms 2020-11-10 19:55:21 +00:00
lit.cfg.py Add a basic C API for the MLIR PassManager as well as a basic TableGen backend for creating passes 2020-11-04 06:36:31 +00:00
lit.site.cfg.py.in Fix MLIR lit test configuration after cmake Python detection change 2020-11-13 04:44:45 +00:00