llvm-project/mlir
Aart Bik 4065a0d98f [mlir] [sparse] Rename getSparseMatrix to getMatrix
Rationale:
More consistent with the other names. Also forward looking to reading
in other kinds of matrices. Also fixes lint issue on hard-coded %llu.

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D89005
2020-10-07 14:25:05 -07:00
..
cmake/modules Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
docs Promote transpose from linalg to standard dialect 2020-10-05 10:58:20 +02:00
examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
include [mlir] Fix build after 322d0afd87 due to change in intrinsic overloads. 2020-10-07 11:21:11 -07:00
integration_test [mlir] [sparse] Rename getSparseMatrix to getMatrix 2020-10-07 14:25:05 -07:00
lib [mlir] [sparse] Rename getSparseMatrix to getMatrix 2020-10-07 14:25:05 -07:00
test [mlir] Fix build after 322d0afd87 due to change in intrinsic overloads. 2020-10-07 11:21:11 -07:00
tools [mlir][spirv] Fix extended insts deserialization generation 2020-10-06 13:34:58 -04:00
unittests Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
utils Add GDB prettyprinters for a few more MLIR types. 2020-09-30 21:22:47 +02:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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