This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 00ad44e [Bugfix] Fix #8536 Get Target When Heterogeneous Execution
(#8537)
add df06c58 [Bugfux] wasm32-standalone app repaired (#8563)
No new revisions were added by this update.
Summary of changes:
apps/wasm-standalone/README.md | 17 +++--
apps/wasm-standalone/wasm-graph/src/lib.rs | 18 ++---
apps/wasm-standalone/wasm-graph/src/types.rs | 2 +-
apps/wasm-standalone/wasm-graph/src/utils.rs | 19 ++++--
.../wasm-graph/tools/build_graph_lib.py | 67 +++++++++++++-----
apps/wasm-standalone/wasm-runtime/Cargo.toml | 4 +-
apps/wasm-standalone/wasm-runtime/src/graph.rs | 79 ++++++++++++++--------
rust/tvm-graph-rt/src/module/mod.rs | 1 +
rust/tvm-sys/build.rs | 35 ++++++----
rust/tvm-sys/src/lib.rs | 1 +
10 files changed, 157 insertions(+), 86 deletions(-)
mode change 100644 => 100755
apps/wasm-standalone/wasm-graph/tools/build_graph_lib.py