This is an automated email from the ASF dual-hosted git repository.
tqchen 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 c640d0a3c9 [Unity][Web] Fix missing function NVTXScopedRange for web
(#16177)
c640d0a3c9 is described below
commit c640d0a3c9036a13c5ac924016bb9866a6170437
Author: Charlie Ruan <[email protected]>
AuthorDate: Tue Nov 28 21:31:32 2023 -0500
[Unity][Web] Fix missing function NVTXScopedRange for web (#16177)
Import ntvx in wasm runtime
---
web/emcc/wasm_runtime.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/emcc/wasm_runtime.cc b/web/emcc/wasm_runtime.cc
index 786227b5b1..60f40adbf4 100644
--- a/web/emcc/wasm_runtime.cc
+++ b/web/emcc/wasm_runtime.cc
@@ -54,6 +54,7 @@
#include "src/runtime/workspace_pool.cc"
// relax setup
#include "src/runtime/memory/memory_manager.cc"
+#include "src/runtime/nvtx.cc"
#include "src/runtime/relax_vm/builtin.cc"
#include "src/runtime/relax_vm/bytecode.cc"
#include "src/runtime/relax_vm/executable.cc"