[Mlir-commits] [mlir] [mlir][mesh] Refactoring code organization, tests and docs (PR #79606)
Chengji Yao
llvmlistbot at llvm.org
Fri Jan 26 17:10:48 PST 2024
yaochengji wrote:
Yeah, previously the type of `MeshShardingAttr` is created because it is intended to be used for both the `mesh.shard` operation and tensor. But now it is only used by the op, that's why I think the explicit `MeshShardingAttr` is not needed.
Of course, it could be changed in another PR.
https://github.com/llvm/llvm-project/pull/79606
More information about the Mlir-commits
mailing list