Hacker News new | ask | show | jobs
by tehjoker 1981 days ago
I think it'll be another month or two at least before doing scientific programming will be pleasant due to the lack of support from e.g. numpy and hacked versions of gfortran being used for R.
1 comments

Are there any quality lapack/atlas libraries available?
https://developer.apple.com/documentation/accelerate/blas This runs on the AMX, so much faster than on CPU.

I've been unable to get native openblas yet through homebrew, though havent tried recently.

For deep learning inference I'm using Vulkan/moltenvk/ncnn got it to work and was able to hack around.

There's https://www.openblas.net/ I have an M1, but I've been not trying too hard to get it to work assuming that waiting will make things better soon.