areusch commented on pull request #7333: URL: https://github.com/apache/tvm/pull/7333#issuecomment-769943540
@manupa-arm yeah correct--it revises all functions in `tvm.micro` to operate relative to either a default `standalone_crt` directory, which now resides in `build`, or to one you specify. for autotuning, this becomes more helpful as i've moved compilation to the runner, so the standalone_crt directory will be different than the default. but, it also will help in future cases where `standalone_crt` is included as a wheel data file and it is necessary to write it out to disk in a project-specific location. ---------------------------------------------------------------- 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]
