Skip to content

Commit

Permalink
change pass name
Browse files Browse the repository at this point in the history
  • Loading branch information
“username” committed Oct 16, 2024
1 parent e166353 commit 9e0980f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/BuddyMatmul/linalg-transposematmulb-f32.mlir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: buddy-opt %s \
// RUN: -matmul_transpose_b_vectorization \
// RUN: -matmul-transpose-b-vectorization \
// RUN: -convert-linalg-to-affine-loops \
// RUN: -lower-affine \
// RUN: -convert-vector-to-scf \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace{
:public PassWrapper<MatMulTransposeBVecPass,OperationPass<ModuleOp>>{
public:
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(MatMulTransposeBVecPass)
StringRef getArgument() const final{ return "matmul_transpose_b_vectorization"; }
StringRef getArgument() const final{ return "matmul-transpose-b-vectorization"; }
StringRef getDescription() const final { return "vectorize linalg MatmulTransposeBOp"; }
MatMulTransposeBVecPass() = default;
MatMulTransposeBVecPass(const MatMulTransposeBVecPass &) {}
Expand Down

0 comments on commit 9e0980f

Please sign in to comment.