llvm-capstone/mlir
Aart Bik 156a4ba9b4
[mlir][sparse] deprecate the convert{To,From}MLIRSparseTensor methods (#66304)
Rationale:
These libraries provided COO input and output at external boundaries
which, since then, has been generalized to the much more powerful pack
and unpack operations of the sparse tensor dialect.
2023-09-14 10:02:29 -07:00
..
benchmark/python
cmake/modules
docs [mlir][bufferization] Add an ownership based buffer deallocation pass (#66337) 2023-09-14 12:13:37 +02:00
examples
include [mlir][sparse] deprecate the convert{To,From}MLIRSparseTensor methods (#66304) 2023-09-14 10:02:29 -07:00
lib [mlir][sparse] deprecate the convert{To,From}MLIRSparseTensor methods (#66304) 2023-09-14 10:02:29 -07:00
python [mlir][linalg][transform][python] Drop _get_op_result... from mix-ins. (#65726) 2023-09-14 17:24:16 +02:00
test [mlir][sparse] Migrate more tests to new syntax (#66309) 2023-09-14 12:21:13 -04:00
tools [mlir] Split up VectorToLLVM pass 2023-09-13 16:09:56 +00:00
unittests [mlir][CRunnerUtils] Fix iterators accessing MemRefs with non-zero offset 2023-09-14 13:14:13 +02:00
utils [mlir][arith] Rename operations: maxfmaximumf, minfminimumf (#65800) 2023-09-11 22:02:19 -07:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) 2023-09-11 16:32:15 -04:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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