[Mlir-commits] [mlir] [mlir][mesh] Handling changed halo region sizes during spmdization (PR #114238)
Chengji Yao
llvmlistbot at llvm.org
Thu Oct 31 16:05:09 PDT 2024
================
@@ -90,7 +90,7 @@ func.func @sharding_attribute_invalid_halo(%arg0 : tensor<4x8xf32>) {
func.func @sharding_attribute_invalid_sizes(%arg0 : tensor<4x8xf32>) {
// expected-error at +1 {{halo sizes and shard shapes are mutually exclusive}}
----------------
yaochengji wrote:
```suggestion
// expected-error at +1 {{halo sizes and shard offsets are mutually exclusive}}
```
https://github.com/llvm/llvm-project/pull/114238
More information about the Mlir-commits
mailing list