driazati opened a new pull request #9752: URL: https://github.com/apache/tvm/pull/9752
This fixes the CPU-only docs build (which now runs successfully on the ci-cpu image) and adds some hints for fixing common errors (and saves them until errors actually occur so they aren't mixed into the long log somewhere). * check that a gpu is present when `--cpu` is not used * check that docker is installed * check if the build directory exists (e.g. I use ninja outside of Docker but docker uses the same folder to build and wants to generate Makefiles, which makes cmake error out) * shorten docker commands by running a file that is also `set -x`'ed * fix help printing -- 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]
