Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jumerckx authored and wsmoses committed Jan 6, 2025
1 parent 24ac84b commit 61acb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/MLIR/ReverseMode/batched_square.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module {
}

// CHECK: func.func @dsquare(%arg0: f64, %arg1: tensor<2xf64>) -> tensor<2xf64> {
// CHECK-NEXT: %0 = call @diffesquare(%arg0, %arg1) : (f64, tensor<2xf64>) -> tensor<2xf64>
// CHECK-NEXT: %0 = call @diffe2square(%arg0, %arg1) : (f64, tensor<2xf64>) -> tensor<2xf64>
// CHECK-NEXT: return %0 : tensor<2xf64>
// CHECK-NEXT: }

Expand Down

0 comments on commit 61acb52

Please sign in to comment.