Skip to content

Commit

Permalink
Fix punet commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing committed Aug 22, 2024
1 parent 01f36ee commit 5c44ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/punet_autotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_model_compile_command(
command = [
"timeout",
"300s",
(script_dir / "../int8-model/...").as_posix(),
(script_dir / "../int8-model/compile-punet-base.sh").as_posix(),
"./tools/iree-compile",
"gfx942",
f"{mlir_spec_path.resolve()}",
Expand Down

0 comments on commit 5c44ea1

Please sign in to comment.