Skip to content

Commit

Permalink
add some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrantq committed Sep 13, 2024
1 parent 398e0c3 commit 5c4eae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
4. `fpopt-enable-solver`: Use the solver to select desirable rewrite candidates; when disabled, apply all Herbie's top choices
5. `fpopt-solver-type`: Which solver to use ("dp" or "greedy")
6. `fpopt-comp-cost-budget`: The maximum computation cost budget for the solver (default=100000000000)
7. `herbie-disable-taylor`: Disable Herbie's series expansion (try this when the output program exhibits unexpected behaviors, e.g., in LULESH)
7. `herbie-disable-taylor`: Disable Herbie's series expansion (try this when the output program exhibits unexpected behaviors, e.g., optimized LULESH does not terminate without this flag)

0 comments on commit 5c4eae6

Please sign in to comment.