Skip to content

Commit ebd78ae

Browse files
committed
fix naming issue
1 parent 387ac93 commit ebd78ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===---- XeGPUBlocking.cpp ---- XeGPU Instructionlize Pass ---------------===//
1+
//===---- XeGPUBlocking.cpp ---- XeGPU Blocking Pass ----------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -242,8 +242,8 @@ void XeGPUBlockingPass::runOnOperation() {
242242
Attribute encoding = type.getEncoding();
243243
ArrayRef<int64_t> shape = type.getShape();
244244

245-
// init count and newTy to the default value. If the layout attribute
246-
// is not present, it will return the original type.
245+
// init count and newTy to the default value. If the layout
246+
// attribute is not present, it will return the original type.
247247
int count = 1;
248248
SmallVector<int64_t> subShape(shape);
249249

0 commit comments

Comments
 (0)