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 45a7de2 commit 86f7acbCopy full SHA for 86f7acb
mlir/test/Dialect/XeGPU/invalid.mlir
@@ -239,7 +239,7 @@ func.func @create_tdesc_vc_5(%src: memref<?xf32>) {
239
func.func @create_tdesc_vc_6(%src: memref<?xf16>) {
240
%0 = arith.constant dense<[0, 8, 16, 24]> : vector<4xindex>
241
%1 = xegpu.create_tdesc %src, %0 : memref<?xf16>, vector<4xindex>
242
- // expected-error@+1 {{tensor shape[1] to be a multiple of packing factor 2}}
+ // expected-error@+1 {{tensor shape[1] to be a multiple of chunk alignment factor 2}}
243
-> !xegpu.tensor_desc<4x3xf16, #xegpu.scatter_tdesc_attr<chunk_size = 3>>
244
return
245
}
0 commit comments