Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
XG-zheng committed Jun 24, 2024
1 parent cc8d852 commit 2bbb6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/lib/Dialect/SCF/Transforms/PassDetail.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SCFDialect;

namespace affine {
class AffineDialect;
} // namepsace affine
} // namespace affine

#define GEN_PASS_CLASSES
#include "byteir/Dialect/SCF/Passes.h.inc"
Expand Down
2 changes: 1 addition & 1 deletion compiler/test/Dialect/SCF/forallTiling.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ func.func @Elementwise(%arg0: memref<32x1024x?x30xf32>) -> memref<32768x?x30xf32
// CHECK-NEXT: %[[V5:.*]] = arith.remsi %[[V4]], %[[DIM]] : index
// CHECK-NEXT: %[[V6:.*]] = arith.divsi %[[V4]], %[[DIM]] : index
// CHECK-NEXT: %[[SUBVIEW:.*]] = memref.subview %[[COLLAPSE]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>
// CHECK-NEXT: %[[SUBVIEW_0:.*]] = memref.subview %[[ALLOC]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>
// CHECK-NEXT: %[[SUBVIEW_0:.*]] = memref.subview %[[ALLOC]][%[[V6]], %[[V5]], %[[V3]]] [1, 1, 1] [1, 1, 1] : memref<32768x?x30xf32> to memref<1x1x1xf32, strided<[300, 30, 1], offset: ?>>

0 comments on commit 2bbb6ad

Please sign in to comment.