gemm icon indicating copy to clipboard operation
gemm copied to clipboard

Neon and Web Assembly Support

Open mert-kurttutan opened this issue 1 year ago • 3 comments

Hi,

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

mert-kurttutan avatar May 09 '23 12:05 mert-kurttutan

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

sarah-quinones avatar May 11 '23 07:05 sarah-quinones

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

mert-kurttutan avatar May 12 '23 15:05 mert-kurttutan

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

mert-kurttutan avatar May 12 '23 15:05 mert-kurttutan