diff options
| author | Kazuaki Ishizaki <kiszk@users.noreply.github.com> | 2019-10-20 00:11:03 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-20 00:11:34 -0700 |
| commit | 8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (patch) | |
| tree | da6308901341daa89423c3c956a74a881378d71b /mlir/test/Dialect/FxpMathOps | |
| parent | 8317bd85e5cccc8048cd1be1b3b17c19c953764d (diff) | |
| download | bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.tar.gz bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.zip | |
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#177
PiperOrigin-RevId: 275692653
Diffstat (limited to 'mlir/test/Dialect/FxpMathOps')
| -rw-r--r-- | mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir b/mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir index 7fea6cf40ce..9fc120fb936 100644 --- a/mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir +++ b/mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir @@ -88,7 +88,7 @@ func @real_mulew_unquantized_result(%arg0 : !type_lhs, %arg1: !type_rhs) -> !typ !type_rhs = type tensor<4x!quant.uniform<i8:f32, 3.875e-2>> !type_result = type tensor<4x!quant.uniform<i8:f32, 1.065e-4>> func @real_mulew_multiplier_gt_1(%arg0 : !type_lhs, %arg1: !type_rhs) -> !type_result { - // expected-warning@+1 {{unimplemented: cannot multiply with multipler > 1.0}} + // expected-warning@+1 {{unimplemented: cannot multiply with multiplier > 1.0}} %0 = "fxpmath.real_mul_ew"(%arg0, %arg1) : (!type_lhs, !type_rhs) -> (!type_result) return %0 : !type_result } |

