llvm-project/mlir
Gus Smith 744146f60b [MLIR][Sparse] Refactor lattice code into its own file
Moves iteration lattice/merger code into new SparseTensor/Utils directory. A follow-up CL will add lattice/merger unit tests.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D104757
2021-06-24 23:03:44 +00:00
..
cmake/modules [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
docs Fix typo in Toy Tutorial Ch-4 2021-06-23 03:33:34 +00:00
examples [MLIR][NFC] Rename MemRefDataFlow -> AffineScalarReplacement 2021-06-14 17:52:53 +05:30
include [MLIR][Sparse] Refactor lattice code into its own file 2021-06-24 23:03:44 +00:00
lib [MLIR][Sparse] Refactor lattice code into its own file 2021-06-24 23:03:44 +00:00
python [mlir][linalg][python] Add shape-only tensor support to OpDSL. 2021-06-24 14:11:15 +00:00
test [mlir][VectorToGPU] Add conversion for scf::For op with Matrix operands 2021-06-24 15:42:28 -07:00
tools [mlir][linalg][python] Add attribute support to the YAML codegen. 2021-06-24 12:33:48 +00:00
unittests [mlir][OpGen] Cache Identifiers for known attribute names in AbstractOperation. 2021-06-22 19:56:05 +00:00
utils [MLIR] Introduce scf.execute_region op 2021-06-18 15:22:33 +05:30
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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