Skip to content

Commit 505c8a9

Browse files
committed
fix test
1 parent 4c08b46 commit 505c8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/XeGPU/transform-ops-invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func.func @set_gpu_launch_threads_bad_threads(%arg0: memref<4096x4096xf16>) {
6161
module attributes {transform.with_named_sequence} {
6262
transform.named_sequence @__transform_main(%arg1: !transform.any_op {transform.readonly}) {
6363
%0 = transform.structured.match ops{["gpu.launch"]} in %arg1 : (!transform.any_op) -> !transform.any_op
64-
// expected-error@below {{Expected threads to be a 3D vector}}
64+
// expected-error@below {{Expected threads argument to consist of three values (got 2)}}
6565
transform.xegpu.set_gpu_launch_threads %0 threads = [8, 4] : !transform.any_op
6666
transform.yield
6767
}

0 commit comments

Comments
 (0)