You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/01 14:56:09 UTC

[GitHub] [tvm] Mousius commented on a change in pull request #10865: [TVMC] tune: Check if FILE exists (#10608)

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



##########
File path: python/tvm/driver/tvmc/autotuner.py
##########
@@ -233,6 +233,11 @@ def drive_tune(args):
     args: argparse.Namespace
         Arguments from command line parser.
     """
+    if not os.path.isfile(args.FILE):

Review comment:
       Is it possible to add a unit test for this? 




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org