Closed HaoZeke closed 3 months ago
OK some of these are currently failing:
Basically:
cblas_
chpmv
from xccblat2
zhemm
from xzcblat3
dsymm
from xdcblat3
zhemv
from xzcblat2
strmv
from xscblat2
zgemm3m
from xzcblat3_3m
chemm
from xccblat3
dtrmv
from xdcblat2
cgemm3m
from xccblat3_3m
Some of these symbols are not built, so it isn't so surprising, however, the meson
test suite needs to fail correctly on these, currently this gives:
Ok: 42
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
This is also noted in https://github.com/HaoZeke/OpenBLAS/pull/9
@HaoZeke In the last commit https://github.com/HaoZeke/OpenBLAS/pull/10/commits/6643298457b317e1188c484e549b66a30e1aa7a1 I fixed all errors coming from ctest
suite.
CI is happy now, also passes locally, @mtsokol feel free to merge this if the newer changes make sense.
Retargeted variant of #6.