Skip to content

WebAssembly bindings #44

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

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

WebAssembly bindings #44

wants to merge 26 commits into from

Conversation

jerinphilip
Copy link
Owner

@jerinphilip jerinphilip commented Dec 20, 2023

No clue what's actually required.

  • Missing BLAS: Can use ruy / eigen.
  • Library compiles in WASM
  • Bindings exposing the library compiles in WASM
  • ruy/cpuinfo complains WASM environment is not supported to detect CPU and dispatch (for ruy). This will have to be solved, is a band-aid for GEMM missing on WASM. The temporary situation will allow fixing the WebAssembly binding/API nuances.

If a slower reference SGEMM can be checked in, we can remove the ruy dependency (and BLAS?), then slowly improve SGEMM.

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

Successfully merging this pull request may close these issues.

1 participant