diff --git a/mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td b/mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td index 2aaa7fd4221ab..4841f94de75f4 100644 --- a/mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td +++ b/mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td @@ -164,11 +164,9 @@ def XeGPU_SGMapAttr : XeGPUAttr<"SGMap", "sg_map"> { }]; let parameters = (ins ArrayRefParameter<"uint32_t">:$wi_layout, - ArrayRefParameter<"uint32_t">:$wi_data); + ArrayRefParameter<"uint32_t">:$wi_data + ); - let builders = [ - AttrBuilder<(ins)> - ]; let hasCustomAssemblyFormat = 1; let genVerifyDecl = 1;