You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/29 18:17:41 UTC

[GitHub] [incubator-tvm] tkonolige opened a new pull request #6591: [FIX] Use cmake to dispatch to the build tool

tkonolige opened a new pull request #6591:
URL: https://github.com/apache/incubator-tvm/pull/6591


   Fix the Makefile to use cmake to run the build tool. This lets users use alternative build tools like ninja.
   
   @jroesch


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tkonolige closed pull request #6591: [FIX] Use cmake to dispatch to the build tool

Posted by GitBox <gi...@apache.org>.
tkonolige closed pull request #6591:
URL: https://github.com/apache/incubator-tvm/pull/6591


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] tkonolige commented on pull request #6591: [FIX] Use cmake to dispatch to the build tool

Posted by GitBox <gi...@apache.org>.
tkonolige commented on pull request #6591:
URL: https://github.com/apache/incubator-tvm/pull/6591#issuecomment-700907706


   It doesn't look like it is easy to pass the number of jobs from the makefile to 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on pull request #6591: [FIX] Use cmake to dispatch to the build tool

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6591:
URL: https://github.com/apache/incubator-tvm/pull/6591#issuecomment-700900342


   This might will create some regression behavior since it is common for users to type say `make -j9`, would be great if we can pass argument along


----------------------------------------------------------------
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:
users@infra.apache.org