Commit a651e77b authored by Jim's avatar Jim
Browse files

remove test code

parent 9d772b9a
......@@ -64,7 +64,7 @@ if __name__ == "__main__":
"--direction", # we keep 'direction' option for backward compatibility
"-a",
"--api",
default='bwd',
default='fwd',
required=False,
help="supply API(s) to generate (default: fwd). separated by comma."
)
......@@ -99,7 +99,7 @@ if __name__ == "__main__":
parser.add_argument(
"-r",
"--receipt",
default=3,
default=0,
required=False,
help="codegen receipt. 0: generate only 8xhdim coverage\n" + \
" 1: generate more instance to cover all hdim\n" + \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment