File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/lib/Dialect/XeGPU/Transforms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
768768struct 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
808808struct WgToSgStoreScatterOpWithOffset
809809 : public OpConversionPattern<xegpu::StoreScatterOp> {
810810 using OpConversionPattern<xegpu::StoreScatterOp>::OpConversionPattern;
You can’t perform that action at this time.
0 commit comments