llvm-capstone/mlir
Peiming Liu 0083f8338c
[mlir][sparse] renaming sparse_tensor.sort_coo to sparse_tensor.sort (#68161)
Rationale: the operation does not always sort COO tensors (also used for
sparse_tensor.compress for example).
2023-10-03 16:28:25 -07:00
..
benchmark/python
cmake/modules Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486) 2023-09-26 14:38:44 -07:00
docs [mlir] run buffer deallocation in transform tutorial (#67978) 2023-10-02 16:08:11 +02:00
examples [MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274) 2023-09-28 08:26:45 +02:00
include [mlir][sparse] renaming sparse_tensor.sort_coo to sparse_tensor.sort (#68161) 2023-10-03 16:28:25 -07:00
lib [mlir][sparse] renaming sparse_tensor.sort_coo to sparse_tensor.sort (#68161) 2023-10-03 16:28:25 -07:00
python [mlir] enable python bindings for nvgpu transforms (#68088) 2023-10-03 14:52:52 +02:00
test [mlir][sparse] renaming sparse_tensor.sort_coo to sparse_tensor.sort (#68161) 2023-10-03 16:28:25 -07:00
tools [MLIR] Add stage to side effect 2023-09-29 17:47:13 -07:00
unittests [mlir] Fix bytecode reading of resource sections 2023-09-29 18:39:56 -07: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.