We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08b46 commit 505c8a9Copy full SHA for 505c8a9
mlir/test/Dialect/XeGPU/transform-ops-invalid.mlir
@@ -61,7 +61,7 @@ func.func @set_gpu_launch_threads_bad_threads(%arg0: memref<4096x4096xf16>) {
61
module attributes {transform.with_named_sequence} {
62
transform.named_sequence @__transform_main(%arg1: !transform.any_op {transform.readonly}) {
63
%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}}
+ // expected-error@below {{Expected threads argument to consist of three values (got 2)}}
65
transform.xegpu.set_gpu_launch_threads %0 threads = [8, 4] : !transform.any_op
66
transform.yield
67
}
0 commit comments