remkade opened a new pull request, #16656:
URL: https://github.com/apache/tvm/pull/16656

   This sets the arguments recommended previously in the docs as the default 
windows build args for the cmake generate step.
   
   Instead of needing to say:
   
   ```bash
   cmake -A x64 -Thost=x64 ..
   ```
   
   Its now the same as linux and mac:
   
   ```bash
   cmake ..
   ```


-- 
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]

Reply via email to