llvm-project/mlir
Mahesh Ravishankar a235562c0a [mlir][TilingInterface] Enabling tiling `tensor.pad` using `TilingInterface`.
Update the implementation of `TilingInterface` for `tensor.pad`
operations to allow tiling the op using the existing patterns for the
interface. Verify that tests that pass with existing pad tiling
patterns producer the same results through TilingInterface patterns.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D132720
2022-08-26 16:29:32 +00:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs [MLIR] Split autogenerated pass declarations & C++ controllable pass options 2022-08-24 10:01:08 +02:00
examples [mlir] Fix build of toyc-ch6 (NFC) 2022-08-09 15:58:49 -04:00
include [mlir][TilingInterface] Enabling tiling `tensor.pad` using `TilingInterface`. 2022-08-26 16:29:32 +00:00
lib [mlir][TilingInterface] Enabling tiling `tensor.pad` using `TilingInterface`. 2022-08-26 16:29:32 +00:00
python [mlir][linalg][python] Add named constructor for MatchOp 2022-08-15 14:41:28 +02:00
test [mlir][TilingInterface] Enabling tiling `tensor.pad` using `TilingInterface`. 2022-08-26 16:29:32 +00:00
tools [mlir][ODS] Automatically create `result_segment_sizes` in builder 2022-08-25 19:09:18 +02:00
unittests [NFC][mlir] Add support for llvm style casting for mlir types 2022-08-24 09:33:01 -07:00
utils [mlir][spirv] Migrate to use specalized enum attributes 2022-08-09 14:14:54 -04:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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