gxw
9b3e80efe2
utest: Add test_gemv
1 year ago
gxw
3f39c8f94f
LoongArch: Fixed numpy CI failure
1 year ago
gxw
f3cebb3ca3
x86: Fixed numpy CI failure when the target is ZEN.
1 year ago
Martin Kroeker
e1eef56e05
Merge pull request #4783 from martin-frbg/cpuid_meteor
Add another CPUID for Intel Meteor Lake
1 year ago
Martin Kroeker
3063d03021
Add another CPUID for Meteor Lake
1 year ago
Martin Kroeker
f729013d2e
Merge pull request #4781 from rgommers/fix-docs-deployment
fix CI job to deploy docs, and make it run on pull requests too
1 year ago
Ralf Gommers
6ede8b14c6
ci: fix CI job to deploy docs, and make it run on pull requests too
1 year ago
Martin Kroeker
9836883ee9
Merge pull request #4780 from martin-frbg/azureosx12
AzureCI: Update OSX jobs to use the macos-12 image
1 year ago
Martin Kroeker
df81b159e8
Merge pull request #4774 from rgommers/improve-docs
Improve documention content, formatting, and html theme
1 year ago
Martin Kroeker
2df4007425
Update compiler and sdk versions for osx
1 year ago
Martin Kroeker
acf0c3ccaf
Merge pull request #4777 from ev-br/sgesdd_ci_err
ignore the gesdd failure on codspeed
1 year ago
Martin Kroeker
74f059a3ce
Update OSX jobs to use the macos-12 image
1 year ago
Evgeni Burovski
cd3c167c28
ignore sgesdd failure on codspeed
In https://github.com/OpenMathLib/OpenBLAS/issues/4776
we're hitting
** On entry to SLASCL parameter number 4 had an illegal value
on codspeed, but not outside (either locally or on github runners)
1 year ago
Evgeni Burovski
5b385fd453
WIP: fish out the gesdd failure?
1 year ago
Ralf Gommers
c1c0dbfd60
docs: address review comments on PR 4774
1 year ago
Martin Kroeker
bdb6069051
Merge pull request #4775 from martin-frbg/issue4770
Guard against invalid thread_status.queue
1 year ago
Martin Kroeker
4052b312b2
Merge pull request #4763 from ev-br/sync-codspeed
BENCH: sync codspeed-benchmarks with BLAS-benchmarks
1 year ago
Martin Kroeker
3677b3886c
Merge pull request #4702 from bashimao/detect-nv-grace
Correctly detect ARM Neoverse V2 CPUs.
1 year ago
Martin Kroeker
d0b9948b23
Guard against invalid thread_status.queue
1 year ago
Ralf Gommers
ca9a0c28e8
docs: improve extensions page
1 year ago
Ralf Gommers
3eba16c583
docs: improve the Developer manual
1 year ago
Ralf Gommers
a8e1ff84ce
docs: improve the "Build system" page
1 year ago
Ralf Gommers
c1b9bb8519
docs: improvements to the User Manual
1 year ago
Ralf Gommers
237c2c4130
docs: fix footnote rendering on "Redistributing OpenBLAS" page
1 year ago
Ralf Gommers
3a8e72c0e6
docs: improve the "About" documentation page
1 year ago
Martin Kroeker
c33bc849aa
Merge pull request #4729 from martin-frbg/issue4728
Fix handling of INF or NAN arguments in S/D/C SCAL
1 year ago
Martin Kroeker
8cbb797199
Merge pull request #4773 from rgommers/update-docs-yml
Update GitHub Actions used in docs.yml
1 year ago
Martin Kroeker
30770c57b9
Merge pull request #4772 from isuruf/rename
fix regex for renaming callbacks
1 year ago
Ralf Gommers
97df47644d
Improve html theme: dark mode, nicer color scheme, icons for github/license, etc.
1 year ago
Ralf Gommers
017a26863a
Update GitHub Actions used in docs.yml
- Updates to latest versions for all actions
- Pin actions not maintained by GitHub under `github.com/action` to exact
commit hashes. This is good practice for security, since tags can be
moved and then arbitray new code may execute. Since updating commit
hashes is slightly more hassle, the trade-off made here is to trust
GitHub, but not third-party actions.
This should also solve the warnings about Node.js 16 actions being
deprecated that is currently visible on the log page when docs.yml
is executed.
1 year ago
Isuru Fernando
e8da541fb4
fix regex for renaming callbacks
1 year ago
Martin Kroeker
f3c364c2cc
temporarily(?) disable the alpha=0 branch as it fails to handle INF,NAN
1 year ago
Martin Kroeker
2a5fe97e3b
temporarily(?) disable the alpha=0 branch as it does not handle INF,NAN
1 year ago
Evgeni Burovski
28fb95d0be
BENCH: actually add gemv/gbmv f2py wrappers
1 year ago
Martin Kroeker
c1019d5832
Handle INF and NAN in inputs
1 year ago
Evgeni Burovski
11a0c56166
BENCH: add BLAS level 2 gemv and gbmv
1 year ago
Evgeni Burovski
400cf9f63d
restore the problem sizes for codspeed benchmarks
1 year ago
Evgeni Burovski
37a854718b
BENCH: sync codspeed-benchmarks with BLAS-benchmarks
1 year ago
Martin Kroeker
9e24121e7e
temporarily(?) disable da=0 shortcut to handle x=Inf or NAN
1 year ago
Martin Kroeker
a11f086c17
Update sscal_msa.c
1 year ago
Martin Kroeker
541e1b6959
disable the fast path for inc=1, alpha=0 as it does not handle x=NaN or Inf
1 year ago
Martin Kroeker
c08113c279
fix special cases of x= NAN or INF
1 year ago
Martin Kroeker
bd47630bcf
exclude the alpha=0 branch as it does not handle NaN or Inf in x
1 year ago
Martin Kroeker
68f2501958
temporarily(?) disable the alpha=0 branch to handle Inf/NaN in x
1 year ago
Martin Kroeker
0a744a939a
temporarily(?) disable the alpha=0 branch to handle NaN/Inf in x
1 year ago
Martin Kroeker
7f8f037a36
handle INF and NAN in input
1 year ago
Martin Kroeker
f1248b849d
handle INF and NAN in input
1 year ago
Martin Kroeker
a2ee4b1966
Merge branch 'OpenMathLib:develop' into issue4728
1 year ago
Martin Kroeker
1ba1b9c357
Merge pull request #4761 from martin-frbg/m1zdot
Add a clobber list to the non-SVE ARM64 ZDOT kernel
1 year ago
Martin Kroeker
3ec59922b6
Add a clobber list to fix utest errors seen with gcc13 on Apple M
1 year ago