Skip to content
Snippets Groups Projects
Commit e389de22 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

approxhpvm.py codegen_target is required

parent 62019b34
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ def parse_args():
"-t",
"--codegen-target",
type=str,
required=True,
choices=["tensor", "cudnn"],
help="Backend to use",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment