Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate options for emscripten blas generators and node-only solutions #57

Open
kyonifer opened this issue Aug 31, 2018 · 0 comments

Comments

@kyonifer
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant