akaashrp commented on PR #18823: URL: https://github.com/apache/tvm/pull/18823#issuecomment-4194259593
@MasterJH5574 comments should be fixed now. Just to add to what @ksgr5566 said, automatic device detection is not really possible since browser limits and features are only observed during runtime. The best we can do at the moment is to compile separate WASMs depending on capabilities and route in WebLLM or the tvm/web runtime depending on browser limits. For now, we prefer to route in WebLLM to avoid enforcing subgroup-enabled WASMs on users until we get better speedups. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
