Lunderberg opened a new pull request #8670: URL: https://github.com/apache/tvm/pull/8670
General clean-up, improved argument parsing. Should have identical behavior to before, with the exception of the following items. Functionality changes - Added detailed help message, displayed using `-h` or `--help`. - Optional flags handled using `getopt`, can now occur in any order. - `--mount` flag may occur more than once. - Mount the `.tvm_test_data` folder, to avoid re-downloading test data already available in the host environment. Readability changes - Switched from short arguments to docker-run to long arguments (e.g. `--volume` instead of `-v`). Short arguments are useful shortcuts for interactive work, but can be more difficult to read in longer scripts. - All arguments to docker are grouped into `DOCKER_ENV`, `DOCKER_MOUNT`,`DOCKER_DEVICES`, and `DOCKER_FLAGS`, rather than being grouped by the feature that they enable (e.g. `CUDA_ENV`). -- 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]
