Skip to content

Commit c126924

Browse files
committed
save work
1 parent 4949a1f commit c126924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/lib/Dialect/XeGPU/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ add_mlir_dialect_library(MLIRXeGPUTransforms
1515
MLIRXeGPUDialect
1616
MLIRPass
1717
MLIRTransforms
18+
MLIRGPUDialect
1819
)

mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ void SGMapPropagation::visitDpasOp(xegpu::DpasOp dpas,
393393
propagateIfChanged(operands[2],
394394
operands[2]->meet(getSGMapForDPASOperand(cTy, 2)));
395395
}
396-
};
396+
}
397397

398398
/// Set the layout for the value and tensor descriptor operands in StoreNdOp.
399399
void SGMapPropagation::visitStoreNdOp(xegpu::StoreNdOp store,

0 commit comments

Comments
 (0)