From bd92cf6af9169494ac2ede324fff6732a791ff60 Mon Sep 17 00:00:00 2001 From: Charlie Ruan <53290280+CharlieFRuan@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:32:15 -0500 Subject: [PATCH] Update wasm_runtime include in accordance to kv cache revamp --- 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 9744750b80db..7def36373480 100644 --- a/web/emcc/wasm_runtime.cc +++ b/web/emcc/wasm_runtime.cc @@ -55,6 +55,7 @@ // relax setup #include "src/runtime/memory/memory_manager.cc" #include "src/runtime/nvtx.cc" +#include "src/runtime/relax_vm/attn_backend.cc" #include "src/runtime/relax_vm/builtin.cc" #include "src/runtime/relax_vm/bytecode.cc" #include "src/runtime/relax_vm/executable.cc"