Skip to content

Commit bdbf14f

Browse files
committed
Cleanup
1 parent a25c40d commit bdbf14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ struct WgToSgArithConstantOp : public OpConversionPattern<arith::ConstantOp> {
764764
};
765765

766766
// This pattern transforms the LoadGatherOp with explicit offsets to load
767-
// subgroup data, similar to WgToSgLoadNdOpWithOffset.
767+
// subgroup data
768768
struct WgToSgLoadGatherOpWithOffset
769769
: public OpConversionPattern<xegpu::LoadGatherOp> {
770770
using OpConversionPattern<xegpu::LoadGatherOp>::OpConversionPattern;
@@ -804,7 +804,7 @@ struct WgToSgLoadGatherOpWithOffset
804804
};
805805

806806
// This pattern transforms the StoreScatterOp with explicit offsets to store
807-
// subgroup data, similar to WgToSgStoreNdOpWithOffset.
807+
// subgroup data
808808
struct WgToSgStoreScatterOpWithOffset
809809
: public OpConversionPattern<xegpu::StoreScatterOp> {
810810
using OpConversionPattern<xegpu::StoreScatterOp>::OpConversionPattern;

0 commit comments

Comments
 (0)