Skip to content

Commit 13369f8

Browse files
committed
fix typo
1 parent 91ad643 commit 13369f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tir/transforms/memhammer_rewrite_rule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class WmmaToShared : public RewriteRule {
214214
return IsCopyBetweenScope(src_buffer, tgt_buffer, runtime::StorageRank::kWMMAAccumulator,
215215
runtime::StorageRank::kShared);
216216
}
217-
};\
217+
};
218218

219219
/*!
220220
* \brief Insert a cache stage to the compute location

0 commit comments

Comments
 (0)