llvm-capstone/mlir
Aart Bik 3231a365c1
[mlir][sparse][gpu] add CSC to libgen GPU sparsification using cuSparse (#67713)
Add CSC, but also adds BSR as a future format. Coming soon!
2023-09-28 11:47:22 -07:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
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][vector] add result type to vector.extract assembly format (#66499) 2023-09-28 11:11:16 +01:00
examples [MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274) 2023-09-28 08:26:45 +02:00
include [mlir][sparse] rename sparse_tensor.(un)pack to sparse_tensor.(dis)as… (#67717) 2023-09-28 11:01:10 -07:00
lib [mlir][sparse][gpu] add CSC to libgen GPU sparsification using cuSparse (#67713) 2023-09-28 11:47:22 -07:00
python [mlir][transform] Update transform.loop.peel (reland #67482) 2023-09-28 14:35:46 +00:00
test [mlir][sparse][gpu] add CSC to libgen GPU sparsification using cuSparse (#67713) 2023-09-28 11:47:22 -07:00
tools [mlir][docgen] Display full attribute descriptions in expandable regions (#67009) 2023-09-27 12:22:24 +01:00
unittests Simplify diagnostic error management for MLIR properties API (NFC) (#67409) 2023-09-26 11:44:37 -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.