[GitHub] [incubator-tvm] robo-corg commented on a change in pull request #5526: [Rust] Add first stage of updating and rewriting Rust bindings.

2020-05-08 Thread GitBox
robo-corg commented on a change in pull request #5526: URL: https://github.com/apache/incubator-tvm/pull/5526#discussion_r422360890 ## File path: rust/tvm-sys/src/context.rs ## @@ -0,0 +1,285 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] robo-corg commented on a change in pull request #5526: [Rust] Add first stage of updating and rewriting Rust bindings.

2020-05-08 Thread GitBox
robo-corg commented on a change in pull request #5526: URL: https://github.com/apache/incubator-tvm/pull/5526#discussion_r422303593 ## File path: rust/tvm-sys/src/datatype.rs ## @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] robo-corg commented on a change in pull request #5526: [Rust] Add first stage of updating and rewriting Rust bindings.

2020-05-07 Thread GitBox
robo-corg commented on a change in pull request #5526: URL: https://github.com/apache/incubator-tvm/pull/5526#discussion_r421879862 ## File path: rust/frontend/src/context.rs ## @@ -58,23 +58,23 @@ use crate::{function, TVMArgValue}; /// ## Example /// /// ``` -/// use