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/01/28 02:06:29 UTC

[GitHub] [tvm] genbattle opened a new issue #7356: README for Rust bindings says nightly is required

genbattle opened a new issue #7356:
URL: https://github.com/apache/tvm/issues/7356


   The [README for the TVM rust bindings](https://github.com/apache/tvm/blob/main/rust/tvm/README.md) says that nightly rust is required, but I just downloaded, built and ran the tests for the bindings on stable Rust 1.49.0.
   
   >>> This crate provides an idiomatic Rust API for TVM runtime frontend. Currently this requires *Nightly Rust* and tested on `rustc 1.32.0-nightly`
   
   Is nightly Rust actually still required? If so, it may be helpful to list the features/dependencies that cause the nightly requirement as part of the README. If not, this requirement should be removed.
   


----------------------------------------------------------------
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] [tvm] jroesch commented on issue #7356: README for Rust bindings says nightly is required

Posted by GitBox <gi...@apache.org>.
jroesch commented on issue #7356:
URL: https://github.com/apache/tvm/issues/7356#issuecomment-768808041


   Thanks for opening an issue! the current documentation needs to be rewritten I've been (slowly) working to refactor the bindings with a goal to have a stable version in the coming release. The Rust docs are more up to date, but in the repo docs are stale. This use to be true about the old bindings but CI uses a recent (1.47 last time I built the images) for CI. 


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