HaoZeke / OpenBLAS

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
http://www.openblas.net
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

BLD: Support `x86_64` and `arm64` architectures #17

Closed mtsokol closed 1 month ago

mtsokol commented 1 month ago

This PR adds support for multiple architectures, namely:

CI runs three jobs: ubuntu-latest (which is haswell or zen), macos13 (looks like it's using sandybridge), and macos-latest (an M1 armv8).

HaoZeke commented 1 month ago

This is fantastic, thanks for seeing this through.