Mousius commented on a change in pull request #8300:
URL: https://github.com/apache/tvm/pull/8300#discussion_r683381094



##########
File path: tests/python/driver/tvmc/test_tvmc_common.py
##########
@@ -241,6 +241,11 @@ def test_target_two_tvm_targets():
     assert 0 == len(extra_targets)
 
 
+def test_target_from_cli__error_no_tvm_target_ethos_n78():
+    with pytest.raises(TVMCException):
+        _ = tvmc.common.target_from_cli("ethos-n78")

Review comment:
       I believe this is because there's no host target?




-- 
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