llvm-project/mlir
Rajas Vanjape 1976ad70c5 [mlir][sparse] Add 3-dimensional sparse tensor multiplication integration test
This diff adds an integration test which does element wise multiplication for two sparse 3-d tensors of size 3x3x5

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D129638
2022-07-15 12:12:51 -07:00
..
benchmark/python [mlir][benchmark] Fix import in sparse benchmark. 2022-07-15 07:15:51 +00:00
cmake/modules Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
docs [mlir][doc] Fix usage of PatternApplicator. 2022-07-14 09:08:26 +00:00
examples [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
include [mlir] Enable perfect forwarding in RewritePatternSet::add 2022-07-15 19:44:18 +02:00
lib [mlir][linalg] Fix tensor tiling together with interchange 2022-07-15 13:54:47 -04:00
python [mlir] Transform op for multitile size generation 2022-07-12 12:36:28 +00:00
test [mlir][sparse] Add 3-dimensional sparse tensor multiplication integration test 2022-07-15 12:12:51 -07:00
tools [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
unittests [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
utils [mlir][mbr] Improve diagnostics on error with `raise from`. 2022-07-15 15:15:58 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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