Skip to content

Commit

Permalink
Rename optimization_passes flag to opt_passes (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntEgr8 authored Nov 22, 2024
1 parent 592dc23 commit 62c1480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"placing the TaskGraph, and drop the TaskGraph if it cannot be placed after.",
)
flags.DEFINE_multi_enum(
"optimization_passes",
"opt_passes",
[],
[
"CRITICAL_PATH_PASS",
Expand Down

0 comments on commit 62c1480

Please sign in to comment.