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 2021/11/04 22:58:03 UTC

[GitHub] [tvm] genbattle opened a new pull request #9450: [Rust] Fix an infinite recompilation loop in the tvm-sys crate

genbattle opened a new pull request #9450:
URL: https://github.com/apache/tvm/pull/9450


   Including the CMake `build` directory in `reun-if-changed` was leading to `tvm-sys` recompiling on every invocation of `cargo build` (along with every crate which depended on it). This has had some knock-on effects for our development and CI workflows which have let to TVM being disabled in a few places.
   
   I can't think of a legitimate reason why `tvm-sys` should rebuild when the build _output_ directory changes, but I'm open to alternate ways to mitigate this issue if there was a reason for this behavior.
   
   @jroesch @schell recommended I pass this directly to you.
   


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #9450: [Rust] Fix an infinite recompilation loop in the tvm-sys crate

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #9450:
URL: https://github.com/apache/tvm/pull/9450


   


-- 
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: commits-unsubscribe@tvm.apache.org

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