[Mlir-commits] [mlir] [mlir][sparse] schedule sparse kernels in a separate pass from sparsification. (PR #72423)

Aart Bik llvmlistbot at llvm.org
Wed Nov 15 10:33:35 PST 2023


================
@@ -195,10 +195,11 @@ func.func @matmul2(%A: tensor<4x8xf64, #DCSR>,
   return %D: tensor<4x4xf64, #DCSR>
 }
 
+
 // CHECK-LABEL:   func.func @conv2d(
-// CHECK-SAME:      %[[VAL_0:.*]]: tensor<8x8xi32>,
-// CHECK-SAME:      %[[VAL_1:.*]]: tensor<3x3xi32, #sparse_tensor.encoding<{{{.*}}}>>,
-// CHECK-SAME:      %[[VAL_2:.*]]: tensor<6x6xi32>) -> tensor<6x6xi32> {
+// CHECK-SAME:                      %[[VAL_0:.*]]: tensor<8x8xi32>,
----------------
aartbik wrote:

keep original indentation

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


More information about the Mlir-commits mailing list