[Mlir-commits] [mlir] [MLIR][mesh] Mesh fixes (PR #124724)

Renato Golin llvmlistbot at llvm.org
Mon Feb 10 10:08:46 PST 2025


================
@@ -22,10 +22,10 @@ using namespace mlir::mesh;
 
 namespace {
 
-// Sharding of tensor.empty
-struct EmptyOpShardingInterface
-    : public ShardingInterface::ExternalModel<EmptyOpShardingInterface,
-                                              tensor::EmptyOp> {
+// Sharding of tensor.empty/tensor.splat
+template<typename OpTy>
+struct CreatorOpShardingInterface
----------------
rengolin wrote:

Renaming a public interface may have unintended consequences. Here's hoping others have a proper look, as I don't know their downstream uses. @AntonLydike 

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


More information about the Mlir-commits mailing list