Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnick committed Mar 21, 2024
1 parent 1175121 commit 2edd72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ StatefulSDPAFusion::StatefulSDPAFusion() {
// pass, as the existence of Assign will be checked later
break;
case 3:
// the fist one leads to SDPA, otherwise the matcher doesn't find the pattern
// the first one leads to SDPA, otherwise the matcher doesn't find the pattern
// the second one leads to Assign, and this is checked later
// the third child is allowed to be a ShapeOf op only, thus one of them must be ShapeOf
if (!std::any_of(children.begin(), children.end(), [](const ov::Input<ov::Node>& child) {
Expand Down

0 comments on commit 2edd72f

Please sign in to comment.