You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/26 12:32:27 UTC

[GitHub] [tvm] tqchen commented on issue #7849: [Bug][WASM] Cannot find function tvm.contrib.sort.argsort_nms in the imported modules or global registry

tqchen commented on issue #7849:
URL: https://github.com/apache/tvm/issues/7849#issuecomment-826797678


   Thanks for easking the question, please use https://discuss.tvm.apache.org/ for related questions. 
   
   In your particular case, it could due to the original runtime bundle does not include the argsort_nms function. Changing the file https://github.com/apache/tvm/blob/main/web/emcc/wasm_runtime.cc#L44 to include https://github.com/apache/tvm/blob/main/src/runtime/contrib/sort/sort.cc might resolve the problem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org