Skip to content

Commit

Permalink
failing test test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668438132
  • Loading branch information
tomnatan30 authored and copybara-github committed Aug 30, 2024
1 parent 09debc3 commit 2000f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 2000f6c

Please sign in to comment.