This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/unity by this push:
     new a3d9108050 [Smallfix][WEB] Change memory manager import for web 
(#16107)
a3d9108050 is described below

commit a3d9108050a49fc557ebe3e7f8034cef1ccd94c2
Author: Charlie Ruan <[email protected]>
AuthorDate: Fri Nov 10 23:56:21 2023 -0500

    [Smallfix][WEB] Change memory manager import for web (#16107)
    
    Change import in wasm runtime to reflect new memory manager location.
---
 web/emcc/wasm_runtime.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/emcc/wasm_runtime.cc b/web/emcc/wasm_runtime.cc
index 618e230282..786227b5b1 100644
--- a/web/emcc/wasm_runtime.cc
+++ b/web/emcc/wasm_runtime.cc
@@ -53,11 +53,11 @@
 #include "src/runtime/system_library.cc"
 #include "src/runtime/workspace_pool.cc"
 // relax setup
+#include "src/runtime/memory/memory_manager.cc"
 #include "src/runtime/relax_vm/builtin.cc"
 #include "src/runtime/relax_vm/bytecode.cc"
 #include "src/runtime/relax_vm/executable.cc"
 #include "src/runtime/relax_vm/lm_support.cc"
-#include "src/runtime/relax_vm/memory_manager.cc"
 #include "src/runtime/relax_vm/ndarray_cache_support.cc"
 #include "src/runtime/relax_vm/vm.cc"
 

Reply via email to