Skip to content

Commit 45a7de2

Browse files
committed
dummy commit
1 parent 96da366 commit 45a7de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ LogicalResult LoadNdOp::verify() {
294294
auto valueShape = getShapeOf(valueTy);
295295

296296
if (getTranspose()) {
297-
// Make sure the transpose value is valid, and apply it
298297
auto trans = getTranspose().value();
298+
// Make sure the transpose value is valid, and apply it
299299
if (llvm::all_of(trans, [&](size_t s) { return s < tdescShape.size(); }))
300300
tdescShape = applyPermutation(tdescShape, trans);
301301
else

0 commit comments

Comments
 (0)