[Mlir-commits] [mlir] [MLIR][Mesh] Add sharding propagation pass (PR #71261)

Chengji Yao llvmlistbot at llvm.org
Sat Nov 4 07:19:11 PDT 2023


yaochengji wrote:

I'm sorry but the sanitizer tests ran and failed after it was merged.

It seems I should change https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Mesh/Interfaces/ShardingInterface.cpp#L426 from `Partial partialType;` to `Partial partialType = Partial::Sum;`. I'd better take some time to test it locally first.

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


More information about the Mlir-commits mailing list