llvm-project/mlir
Matthias Springer 129420df51 [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass
This change moves the pass from the Linalg dialect to the bufferization dialect.

Differential Revision: https://reviews.llvm.org/D135130
2022-10-05 09:57:22 +09:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.empty 2022-10-04 17:25:35 +09:00
examples [mlir][mlir-translation] patch for standalone-translation command line description missing. 2022-10-04 09:14:40 +08:00
include [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass 2022-10-05 09:57:22 +09:00
lib [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass 2022-10-05 09:57:22 +09:00
python [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.empty 2022-10-04 17:25:35 +09:00
test Add APFloat and MLIR type support for fp8 (e5m2). 2022-10-04 17:18:17 -07:00
tools [mlir-vulkan-runner] Fix build failure after 200889f 2022-10-03 16:11:49 -04:00
unittests [mlir][sparse] Implement sparse_tensor.select 2022-10-03 14:39:26 -05:00
utils [vscode-mlir] Bump to version 0.0.11 2022-09-28 02:50:24 -07: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.