Lunderberg commented on code in PR #16543:
URL: https://github.com/apache/tvm/pull/16543#discussion_r1539338859


##########
rust/tvm-graph-rt/tests/test_tvm_basic/build.rs:
##########
@@ -48,10 +48,6 @@ fn main() -> Result<()> {
         obj_file.exists(),
         "Could not build tvm lib: {}",
         String::from_utf8(output.stderr)?
-            .trim()
-            .split("\n")
-            .last()
-            .unwrap_or("")

Review Comment:
   Oh, that's really weird.  I'm guessing it was from bouncing over to the PR 
branch of https://github.com/apache/tvm/pull/16183, which touched a number of 
the FFI bindings.  I've removed this delta from the PR.



-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to