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

Neon and Web Assembly Support #3

Open
mert-kurttutan opened this issue May 9, 2023 · 3 comments · May be fixed by #9
Open

Neon and Web Assembly Support #3

mert-kurttutan opened this issue May 9, 2023 · 3 comments · May be fixed by #9

Comments

@mert-kurttutan
Copy link

Hi,

Are you thinking of adding support for Neon and Wasm architecture anypoint in the road map of this crate ?

@sarah-quinones
Copy link
Owner

i think neon support is already there, (not in faer yet, though)
wasm support is a bit of a tricky subject, since wasm doesn't seem to have a way to detect simd at runtime, so it'd have to be compile time dispatch. i could also use a bit of help since i have little experience with neon/wasm

@mert-kurttutan
Copy link
Author

Yeah, I realize it now, (I must have assumed from trying to run faer rs on a mac machine.

@mert-kurttutan
Copy link
Author

I will try some gemm experiment on my mac machine to see how it compares with accelerate framework, etc

@Narsil Narsil linked a pull request Jul 16, 2023 that will close this issue
Narsil pushed a commit to Narsil/gemm that referenced this issue Aug 1, 2023
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 a pull request may close this issue.

2 participants