[Mlir-commits] [mlir] [mlir][sparse] fuse concat and extract_slice op if possible. (PR #89825)

Aart Bik llvmlistbot at llvm.org
Wed Apr 24 13:44:33 PDT 2024


================
@@ -0,0 +1,23 @@
+// RUN: mlir-opt %s --pre-sparsification-rewrite | FileCheck %s
+
+#CCCD = #sparse_tensor.encoding<{ map = (d0, d1, d2, d3) -> (d0 : compressed, d1 : compressed, d2 : compressed, d3 : dense) }>
+
+
+
+// CHECK-LABEL: func.func @fuse_concat_with_extract(
----------------
aartbik wrote:

nice!

https://github.com/llvm/llvm-project/pull/89825


More information about the Mlir-commits mailing list