Skip to content

Commit

Permalink
Update new modes parser arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing authored and nithinsubbiah committed Jun 21, 2024
1 parent ec97d91 commit fcceac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/autotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_arguments() -> argparse.Namespace:

# Required arguments
parser.add_argument(
"mode", choices=["default", "winograd"], help="Compilation mode"
"mode", choices=["default", "winograd", "misa", "hybrid"], help="Compilation mode"
)
parser.add_argument(
"input_file", type=Path, help="Path to the input benchmark file (.mlir)"
Expand Down

0 comments on commit fcceac8

Please sign in to comment.