We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb14def + 80461ac commit ac03483Copy full SHA for ac03483
test/neura/interpreter/interpreter.mlir
@@ -8,6 +8,6 @@ module {
8
%1 = neura.mov %cst : f32 -> f32
9
%2 = "neura.fadd"(%0, %1) : (f32, f32) -> f32
10
return %2 : f32
11
- // CHECK: 1.1
+ // CHECK: 11.0
12
}
13
0 commit comments