llvm-project/mlir/test
MaheshRavishankar 9d5239d39e [mlir][Linalg] Add fusion of IndexedGenericOp with TensorReshapeOp by expansion.
This patch adds support for fusing linalg.indexed_generic op with
linalg.tensor_reshape op by expansion, i.e.
- linalg.indexed_generic op -> linalg.tensor_reshape op when the
  latter is expanding.
- linalg.tensor_reshape op -> linalg.indexed_generic op when the
  former is folding.

Differential Revision: https://reviews.llvm.org/D90082
2020-10-27 16:15:34 -07:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python [mlir][Python] Custom python op view wrappers for building and traversing. 2020-10-27 12:23:34 -07:00
CAPI [mlir] Expose affine expression to C API 2020-10-23 20:06:32 +08:00
Conversion [mlir] Add a conversion pass between PDL and the PDL Interpreter Dialect 2020-10-26 18:01:06 -07:00
Dialect [mlir][Linalg] Add fusion of IndexedGenericOp with TensorReshapeOp by expansion. 2020-10-27 16:15:34 -07:00
EDSC Remove global dialect registration 2020-10-24 00:35:55 +00:00
Examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
IR [mlir] Add FuncOp::eraseResults 2020-10-23 11:03:42 -07:00
Pass Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target Revert "Updating llvm.mlir test to match recent IR change" 2020-10-27 08:35:18 -07:00
Transforms [MLIR] Added PromoteBuffersToStackPass to convert heap- to stack-based allocations. 2020-10-23 12:02:25 +02:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] use OpBuilderDAG instead of OpBuilder 2020-10-27 10:21:49 +01:00
mlir-cpu-runner [mlir] Convert MemRefReinterpretCastOp to LLVM. 2020-10-26 20:13:17 +01:00
mlir-cuda-runner [MLIR] Adding gpu.host_register op and lower it to a runtime call. 2020-08-10 22:46:17 +02:00
mlir-linalg-ods-gen [mlir][Linalg] Evolve named ops to use assembly form and support linalg on tensors. 2020-09-18 06:14:30 -04:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [mlir, win] Mark several MLRI tests as unsupported on system-windows 2020-10-09 16:27:50 -07:00
mlir-rocm-runner [AMDGPU] Fix ROCm unit test memref initialization 2020-09-17 09:48:05 -07:00
mlir-spirv-cpu-runner [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
mlir-tblgen [mlir] ODS: support TableGen dag objects to specify OpBuilder parameters 2020-10-21 11:42:50 +02:00
mlir-vulkan-runner [mlir][gpu] NFC: switch occurrences of gpu.launch_func to custom format. 2020-10-22 17:27:19 +02: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 [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
lit.cfg.py [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
lit.site.cfg.py.in [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00