comaniac commented on pull request #6302: URL: https://github.com/apache/incubator-tvm/pull/6302#issuecomment-677843479
> One thing to note is that given we are updating the target convention to use the json as an input, it might be helpful to think about what is the target that can be accepted from the command line. cc @comaniac @junrushao1994 Zhi and I had a discussion with ARM folks today and here is a rough proposal: - `--target` could accept either a target or a JSON file path. - In the case of target string, it should match either a predefined tag (e.g., `rasp4b`), or it has to be a valid target string that can be parsed by `target.create()`. - In the case of JSON file, it must be valid to be parsed by target JSON parser. As a result, the users that know nothing about the target can simply provide a tag. On ther other hand, advance users can still specify targets in any supported formats. ---------------------------------------------------------------- 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]
