Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrantq committed Nov 8, 2024
1 parent f4f7335 commit 50abba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/Herbie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3165,7 +3165,7 @@ bool improveViaHerbie(
BaseArgsList.push_back(BaseArgs);
}

std::vector<std::unordered_set<std::string>> seenExprs;
std::vector<std::unordered_set<std::string>> seenExprs(AOs.size());
bool success = false;

for (const auto &BaseArgs : BaseArgsList) {
Expand Down

0 comments on commit 50abba3

Please sign in to comment.