[Mlir-commits] [mlir] [mlir][sparse] implement direct IR alloc/empty/new for non-permutations (PR #72585)
Peiming Liu
llvmlistbot at llvm.org
Thu Nov 16 16:01:16 PST 2023
================
@@ -766,17 +768,22 @@ class SparseTensorAllocConverter
return success();
}
+ // Construct the dim/lvl sizes and the (unused) dim2lvl/lvl2dim buffers.
----------------
PeimingLiu wrote:
Is it possible to break `genMapBuffer` down such that we won't need to pass the unused parameter in when unnecessary?
https://github.com/llvm/llvm-project/pull/72585
More information about the Mlir-commits
mailing list