Skip to content

Commit e88ea9a

Browse files
Update test/TritonIntelGPU/tritonintelgpu-invalid.mlir
Co-authored-by: Whitney Tsang <[email protected]>
1 parent d947c54 commit e88ea9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TritonIntelGPU/tritonintelgpu-invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module attributes {"ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 8 : i32, "ttg.thr
169169
module attributes {"ttg.num-ctas" = 1 : i32, "ttg.num-warps" = 4 : i32} {
170170
// CHECK-LABEL: matmul_tf32dot
171171
tt.func @matmul_tf32dot(%ptr:!tt.ptr<f32>,
172-
%a_mat:tensor<32x16xf32, #dot_operand_a>, %b_mat:tensor<16x32xf32, #dot_operand_b>) {
172+
%a_mat:tensor<32x16xf32, #dot_operand_a>, %b_mat:tensor<16x32xf16, #dot_operand_b>) {
173173
%cst = arith.constant dense<0.000000e+00> : tensor<32x32xf32, #dpas>
174174

175175
// expected-error @+1 {{Layout has opsPerChannel = 2 but tensor element type is 'f32'. Expected 16 bit type.}}

0 commit comments

Comments
 (0)