tqchen commented on a change in pull request #5163: [VTA][Refactor] Introducing VTA_HW_PATH for easier migration URL: https://github.com/apache/incubator-tvm/pull/5163#discussion_r399713295
########## File path: vta/vta-hw/config/pkg_config.py ########## @@ -22,6 +22,20 @@ import json import glob +import os + +def get_vta_hw_path(): + """Get the VTA HW path.""" Review comment: It is still better to have a default ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
