This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 8599f7c [TFLite] Model importer to be compatible with tflite 2.1.0
(#5497)
add c7a16d8 [Rust] Fixes for wasm32 target (#5489)
No new revisions were added by this update.
Summary of changes:
rust/Cargo.toml | 1 +
rust/common/build.rs | 1 +
rust/common/src/array.rs | 1 +
rust/common/src/lib.rs | 9 ++++--
rust/runtime/src/array.rs | 1 +
rust/runtime/src/graph.rs | 13 ++++++++-
rust/runtime/src/module/mod.rs | 12 ++++++--
rust/runtime/src/threading.rs | 9 ++++--
rust/runtime/tests/test_wasm32/.cargo/config | 2 ++
.../tests/{test_tvm_dso => test_wasm32}/Cargo.toml | 2 +-
.../tests/{test_tvm_basic => test_wasm32}/build.rs | 34 ++++++++++++----------
.../src/build_test_lib.py | 2 +-
.../{test_tvm_basic => test_wasm32}/src/main.rs | 18 +++++++-----
tests/lint/check_file_type.py | 3 +-
tests/scripts/task_rust.sh | 6 ++++
15 files changed, 81 insertions(+), 33 deletions(-)
create mode 100644 rust/runtime/tests/test_wasm32/.cargo/config
copy rust/runtime/tests/{test_tvm_dso => test_wasm32}/Cargo.toml (97%)
copy rust/runtime/tests/{test_tvm_basic => test_wasm32}/build.rs (74%)
copy rust/runtime/tests/{test_tvm_basic => test_wasm32}/src/build_test_lib.py
(91%)
copy rust/runtime/tests/{test_tvm_basic => test_wasm32}/src/main.rs (86%)