uenoku opened a new pull request #4554: [DOCS] Mention Ninja build system in install/from_source.rst URL: https://github.com/apache/incubator-tvm/pull/4554 In the current doc, only `make` is mentioned in the build instruction. https://docs.tvm.ai/install/from_source.html#build-the-shared-library ```bash cd build cmake .. make -j4 ``` I think it's worth mentioning that we can also use Ninja which is said to run faster than Makefiles.
---------------------------------------------------------------- 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
