This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 954abe0e669c6dba7f7ed05863411ae375e7e1b4 Author: Jared Roesch <[email protected]> AuthorDate: Mon Feb 22 22:49:40 2021 -0800 Add Readme for tvm-sys crate. --- rust/tvm-sys/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rust/tvm-sys/README.md b/rust/tvm-sys/README.md new file mode 100644 index 0000000..f509c98 --- /dev/null +++ b/rust/tvm-sys/README.md @@ -0,0 +1,11 @@ +# tvm-sys + +The low level bindings to TVM's C APIs for interacting with the runtime, +the cross-language object system, and packed function API. + +These will generate bindings to TVM, if you set `TVM_HOME` variable before +building it will instruct the bindings to use your source tree, if not the +crate will use `tvm-build` in order to build a sandboxed version of the library. + +This feature is intended to simplify the installation for brand new TVM users +by trying to automate the build process as much as possible.
