Skip to content

Commit

Permalink
Update test name to match tested element type
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist committed May 3, 2024
1 parent e0c6d5d commit c7a536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/tests/interpret/log.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: stablehlo-translate --interpret -split-input-file %s

func.func @log_op_test_i64() {
func.func @log_op_test_f64() {
%operand = stablehlo.constant dense<[[1.0, 2.0], [3.0, 4.0]]> : tensor<2x2xf64>
%result = stablehlo.log %operand : tensor<2x2xf64>
check.expect_almost_eq_const %result, dense<[[0.000000e+00, 0.69314718055994529], [1.0986122886681098, 1.3862943611198906]]> : tensor<2x2xf64>
Expand Down

0 comments on commit c7a536f

Please sign in to comment.