[Mlir-commits] [mlir] [mlir][sparse] end-to-end matmul between Dense and BSR tensors (PR #71448)

Peiming Liu llvmlistbot at llvm.org
Tue Nov 7 09:53:25 PST 2023


================
@@ -16,27 +16,307 @@
 #include "mlir/Dialect/SparseTensor/IR/SparseTensorType.h"
 #include "mlir/Dialect/SparseTensor/Transforms/Passes.h"
 #include "mlir/Dialect/Tensor/IR/Tensor.h"
+#include "mlir/IR/AffineExprVisitor.h"
 #include "mlir/IR/AffineMap.h"
 
 using namespace mlir;
 using namespace mlir::sparse_tensor;
 
+namespace {
----------------
PeimingLiu wrote:

No... Since some of the static methods uses the helper class, so I need to declare them at the beginning

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


More information about the Mlir-commits mailing list