Skip to content

Commit

Permalink
check-inductor-report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasd committed Oct 21, 2024
1 parent 8285df5 commit cd3dacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_inductor_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
argparser.add_argument("--test_mode", required=True, choices=("performance", "accuracy"))
argparser.add_argument("--device", help="i.e. xpu", required=True)
argparser.add_argument("--models-file", help="Subset of models list", required=True)
argparser.add_argument("--inductor-log-dir", help="Inductor test log directory", default="inductor_log"),
argparser.add_argument("--inductor-log-dir", help="Inductor test log directory", default="inductor_log")
args = argparser.parse_args()
exitcode = check_report(args.suite, args.dtype, args.mode, args.test_mode, args.device, args.models_file,
args.inductor_log_dir)
Expand Down

0 comments on commit cd3dacd

Please sign in to comment.