You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the js side, we may end up needing two backends: one for node (which calls out to optimized blas, see e.g. Vectorious) and one for everything else (browser, etc). One route that might enable us to get the "everything else" bin implementing all of our ops could be the automatic emscripten blas generators that are out there.
The text was updated successfully, but these errors were encountered:
For the js side, we may end up needing two backends: one for node (which calls out to optimized blas, see e.g. Vectorious) and one for everything else (browser, etc). One route that might enable us to get the "everything else" bin implementing all of our ops could be the automatic emscripten blas generators that are out there.
The text was updated successfully, but these errors were encountered: