File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/lib/Dialect/XeGPU/Transforms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments