Skip to content

Commit 2000f6c

Browse files
tomnatan30copybara-github
authored andcommitted
failing test test
PiperOrigin-RevId: 668438132
1 parent 09debc3 commit 2000f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shardy/dialect/sdy/transforms/propagation/test/op_sharding_rule_registry.mlir

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// CHECK-LABEL: func @pointwise_op
44
func.func @pointwise_op(%arg0: tensor<2x1x4xf32>) -> tensor<2x1x4xf32> {
5-
// CHECK: sdy.sharding_rule = #sdy.op_sharding_rule<([i, j, k], [i, j, k])->([i, j, k]) {i=2, j=1, k=4}>
5+
// CHECK: sdy.sharding_rule = #sdy.op_sharding_rule<([i, j, k], [i, j, k])->([i, j, k]) {i=3, j=1, k=4}>
66
%0 = stablehlo.add %arg0, %arg0: tensor<2x1x4xf32>
77
return %0 : tensor<2x1x4xf32>
88
}

0 commit comments

Comments
 (0)