[Mlir-commits] [mlir] [MLIR][mesh] Mesh fixes (PR #124724)
Renato Golin
llvmlistbot at llvm.org
Tue Feb 11 09:05:42 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:
Ah, `namespace {`, not I see it. Ignore.
https://github.com/llvm/llvm-project/pull/124724
More information about the Mlir-commits
mailing list