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

Meson supported architectures - tracking issue #19

Open mtsokol opened 3 months ago

mtsokol commented 3 months ago

Here's a tracking issue for OpenBLAS Meson supported architectures:

x86_64

arm64

riscv64

PPC

HaoZeke commented 3 months ago

The ones @mtsokol has done so far are all the available (but transient in some cases) runners from GHA. We might need to look into other CI services for the rest..

rgommers commented 1 week ago

Question: was leaving out AVX512 on purpose? There is no compile check or an attempt to define any of the HAVE_AVX512 support.

My guess is yes it was on purpose and left for later (and we may have discussed it), but I'm not sure.

mtsokol commented 1 week ago

I think I worked on minimal setup here for these architectures (that they can be build and tests are passing), so I didn't look into AVX512 while working on it. So I think we left it for later.