Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinath Avadhanula committed Jul 15, 2024
1 parent 9c680d8 commit 5de76fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/Transforms/FusionPatterns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GenericBottomUpFuser::matchAndRewrite(Operation *op,
uses.push_back(use.getOwner());
}

// All its uses are tcp.bind_symbolic_shpae ops.
// All its uses are tcp.bind_symbolic_shape ops.
if (uses.empty())
return failure();

Expand Down

0 comments on commit 5de76fe

Please sign in to comment.