lhutton1 commented on code in PR #15159:
URL: https://github.com/apache/tvm/pull/15159#discussion_r1244908917


##########
tests/python/driver/tvmc/test_target_options.py:
##########
@@ -96,6 +96,21 @@ def test_include_known_codegen():
     }
 
 
[email protected]_ethosu
+def test_ethosu_compiler_attrs():
+    # It is checked that the represented string and boolean types in the
+    # EthosUCompilerConfigNode structure can be passed via the command line
+    parser = argparse.ArgumentParser()
+    generate_target_args(parser)
+    parsed, _ = parser.parse_known_args(
+        ["--target-ethos-u-accelerator_config=ethos-u55-32", 
"--target-ethos-u-enable_cascader=1"]
+    )
+    print(reconstruct_target_args(parsed))

Review Comment:
   nit: remove print



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to