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 c42d7f7 commit ba5aa77Copy full SHA for ba5aa77
mlir/test/Dialect/XeGPU/transform-ops-invalid.mlir
@@ -119,7 +119,7 @@ func.func @set_gpu_launch_threads_bad_threads(%arg0: memref<4096x4096xf16>) {
119
module attributes {transform.with_named_sequence} {
120
transform.named_sequence @__transform_main(%arg1: !transform.any_op {transform.readonly}) {
121
%0 = transform.structured.match ops{["gpu.launch"]} in %arg1 : (!transform.any_op) -> !transform.any_op
122
- // expected-error@below {{Expected threads to be a 3D vector}}
+ // expected-error@below {{Expected threads argument to consist of three values (got 2)}}
123
transform.xegpu.set_gpu_launch_threads %0 threads = [8, 4] : !transform.any_op
124
transform.yield
125
}
0 commit comments