Skip to content

Commit b83f9dc

Browse files
committed
add tests and code changes
1 parent 912b0fe commit b83f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class XeGPUCreateNdDescOpPattern final
282282
modifiedStrides[modifiedStrides.size() - 2]),
283283
innerLaneData);
284284

285-
// If the source is a static memref, we need to extract the pointer to
285+
// If the source is a memref, we need to extract the pointer to
286286
// base address.
287287
if (memrefType) {
288288
auto extractOp = memref::ExtractAlignedPointerAsIndexOp::create(

0 commit comments

Comments
 (0)