[Mlir-commits] [mlir] [mlir][sparse] support tensor.pad on CSR tensors (PR #90687)

Yinying Li llvmlistbot at llvm.org
Wed May 1 13:54:41 PDT 2024


================
@@ -115,7 +116,8 @@ class BatchLevel : public SparseTensorLevel {
   ValueRange getLvlBuffers() const override { return {}; }
 
   ValuePair peekRangeAt(OpBuilder &b, Location l, ValueRange,
-                        ValueRange parentPos) const override {
+                        ValueRange parentPos, Value inPadZone) const override {
+    assert(!inPadZone && "Not implememnted");
----------------
yinying-lisa-li wrote:

same here.

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


More information about the Mlir-commits mailing list