llvm-project/mlir
wren romano 5e12c18392 [mlir][sparse] Fix breakage on older versions of cmake
Per https://reviews.llvm.org/D136005#3866692 the introduction of the MLIRSparseTensorEnums target in D136002 caused breakage on some versions of cmake.  This differential aims to fix those errors.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D136217
2022-10-19 13:55:54 -07: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][ods] Do not print default-valued attributes when the value is equal to the default 2022-10-17 13:57:36 -07:00
examples Introduce a ConditionallySpeculatable op interface 2022-10-12 10:56:12 -07:00
include [mlir][NVGPU] Fixing minor typo (first test commit) 2022-10-19 11:27:52 -07:00
lib [mlir][sparse] Fix breakage on older versions of cmake 2022-10-19 13:55:54 -07:00
python [mlir] switch the transform loop extension to use types 2022-10-11 09:55:23 +00:00
test [mlir][linalg] Add back split reduction tests dropped by previous commit 2022-10-19 20:42:55 +00:00
tools Add ::mlir:: prefix to Attribute type in the generated code. 2022-10-17 22:14:26 -07:00
unittests [mlir][sparse] Removing the DimLvlType and DimLevelFormat types 2022-10-18 15:47:40 -07: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.