We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b8333 commit 3be05d8Copy full SHA for 3be05d8
mlir/test/mlir-cpu-runner/expand-arith-ops.mlir
@@ -24,7 +24,7 @@ func.func @main() {
24
// Note: this is a tie (low 16 bits are 0x8000). We expect the rounding behavior
25
// to break ties "to nearest-even", which in this case means upwards,
26
// since bit 16 is set.
27
- // CHECK-NEXT: 1.01562
+ // CHECK-NEXT: 1.0156
28
%value_1_01172_I = arith.constant 0x3f818000 : i32
29
%value_1_01172_F = arith.bitcast %value_1_01172_I : i32 to f32
30
call @trunc_bf16(%value_1_01172_F): (f32) -> ()
0 commit comments