[Mlir-commits] [mlir] [mlir] [linalg] Fix bufferize error in tensor.parallel_insert_slice op (PR #98312)
donald chen
llvmlistbot at llvm.org
Thu Jul 11 02:53:55 PDT 2024
================
@@ -997,6 +998,11 @@ struct ParallelInsertSliceOpInterface
rewriter.eraseOp(op);
return success();
}
+
+ LogicalResult resolveConflicts(Operation *op, RewriterBase &rewriter,
+ const AnalysisState &state) const {
+ return success();
----------------
cxy-1993 wrote:
DONE
https://github.com/llvm/llvm-project/pull/98312
More information about the Mlir-commits
mailing list