ONNX Runtime Web JS WASM Poor Performance #9114
Answered
by
haydn-jones
haydn-jones
asked this question in
Other Q&A
-
I have a somewhat large super-resolution model I'm trying to run in the browser. It has about 4 million parameters, so it's important that multithreading / SIMD is working. We're using the WASM backend because it has support for the operators we need. No matter what I've tried, I can't get the model to execute using more than 1 thread. Can anyone offer me guidance? Happy to post any code if required. |
Beta Was this translation helpful? Give feedback.
Answered by
haydn-jones
Sep 21, 2021
Replies: 1 comment
-
Related issue #9117 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
haydn-jones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related issue #9117