Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyam committed Feb 4, 2025
1 parent be9f81b commit a4d6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_preseg_passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ TEST_P(TranslateNoReductionMatmulTest, Test) {
fusion.addOutput(tv2);

{
// Make sure MmaOp no longer exists
// Make sure MatmulOp no longer exists
Fusion fusion_copy = fusion;
OptimizationPass<TranslateNoReductionMatmulToMulSqueeze>::runPass(
&fusion_copy);
Expand Down

0 comments on commit a4d6060

Please sign in to comment.