sarah-quinones / gemm

MIT License
76 stars 12 forks source link

Neon and Web Assembly Support #3

Open mert-kurttutan opened 1 year ago

mert-kurttutan commented 1 year ago

Hi,

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

sarah-quinones commented 1 year ago

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 commented 1 year ago

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

mert-kurttutan commented 1 year ago

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