[Mlir-commits] [mlir] [mlir][sparse] end-to-end matmul between Dense and BSR tensors (PR #71448)
Aart Bik
llvmlistbot at llvm.org
Tue Nov 7 09:37:22 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 {
----------------
aartbik wrote:
can we keep the original order
static methods
namespace {
local classes
rewriting classes
}
https://github.com/llvm/llvm-project/pull/71448
More information about the Mlir-commits
mailing list