Skip to content

Commit cd465dc

Browse files
update intel-ext-ops.mlir
1 parent 01d179f commit cd465dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/SPIRV/IR/intel-ext-ops.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spirv.func @f32_to_tf32_vec(%arg0 : vector<2xf32>) "None" {
9393
// -----
9494

9595
spirv.func @f32_to_tf32_unsupported(%arg0 : f64) "None" {
96-
// expected-error @+1 {{op operand #0 must be Float32 or vector of Float32 values of length 2/3/4/8/16, but got 'f64'}}
96+
// expected-error @+1 {{op operand #0 must be Float32 or fixed-length vector of Float32 values of length 2/3/4/8/16, but got 'f64'}}
9797
%0 = spirv.INTEL.RoundFToTF32 %arg0 : f64 to f32
9898
spirv.Return
9999
}

0 commit comments

Comments
 (0)