Ralf Gommers
ee72575475
Add documentation on redistributing OpenBLAS
This touches on the following:
- build configurations
- naming of symbols, shared/static libraries and other build outputs
like pkg-config and CMake files
- (in more detail) guidance on ILP64 builds
It tries to explain that, while this is only guidance and there may be
reasons to deviate from that, for some build options there are best
practices, and for some others there are choices to make.
It also links to a number of well-maintained build recipes in order
to help packagers of other distros make choices.
Closes gh-3798
[skip ci]
2 years ago
martin-frbg
7976deff80
Fix file permissions (issue 4095)
2 years ago
martin-frbg
fec4867748
Fix file permissions (issue 4095)
2 years ago
Martin Kroeker
25037ae875
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
* Fix actual arguments (Reference-LAPACK PR 885)
2 years ago
Martin Kroeker
bd01dc354b
Merge pull request #4151 from martin-frbg/issue4101
Ensure that early calls to blas_set_num_threads will not overwrite unrelated memory
2 years ago
Martin Kroeker
3bdcf3259d
Merge branch 'xianyi:develop' into issue4101
2 years ago
Martin Kroeker
5cb4f5940d
Merge pull request #4152 from martin-frbg/shutup-4098
Override the C910V DSDOT with generic code to get rid of the qemu precision error in CI
2 years ago
Martin Kroeker
76ef1672f8
Override DSDOT with generic code to get rid of qemu precision error
2 years ago
Martin Kroeker
8a27a274a1
Merge pull request #4150 from martin-frbg/armsve
Fix runtime detection in ARMV8 DYNAMIC_ARCH to check SVE capability
2 years ago
Martin Kroeker
b34f19a365
Ensure that a premature call to set_num_threads will not overwrite unrelated memory
2 years ago
Martin Kroeker
66904f8148
Ensure that a premature call will not overwrite unrelated memory
2 years ago
Martin Kroeker
5c58994eb2
Add fallback warning
2 years ago
Martin Kroeker
ca7199f249
Treat newer Neoverse as N1 if SVE unavailable (may be disabled in container/cloud env)
2 years ago
Martin Kroeker
9e81a3a0a2
Merge pull request #4100 from martin-frbg/cirrusm1gccmake
Cirrus CI: Add Apple M1 build using gcc,gmake and OpenMP
2 years ago
Martin Kroeker
ada9e442eb
Add Apple M1 build using gcc,gmake and OpenMP
2 years ago
Martin Kroeker
81228fc586
Merge pull request #4147 from martin-frbg/aldern
Support Alder Lake N (family 6 exmodel 11 model 14) as Haswell
2 years ago
Martin Kroeker
8da6aca2ec
Support Alder Lake N (fam 6 exmodel 11 model 14) as Haswell
2 years ago
Martin Kroeker
b61e64da6f
Merge pull request #4142 from exyntech/armv8-as-arm64
Fix armv8 detection in system_check.cmake
2 years ago
Martin Kroeker
f82a197143
Merge pull request #4137 from felixonmars/patch-1
Fix riscv64 detection in system_check.cmake
2 years ago
Martin Kroeker
0a637cc403
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
* Fix workspace query corner cases to always return at least 1
2 years ago
Martin Kroeker
4c43d1eeba
Fix C prototypes and LAPACKE headers for ?GEDMD/?GEDMDQ ( #4134 )
* Fix prototypes for ?GEDMD/?GEDMDQ and their LAPACKE interfaces
2 years ago
Martin Kroeker
49077e7bde
Merge pull request #4145 from martin-frbg/issue4144
Restore zero-initialization of variables in generic ztrsm_utcopy
2 years ago
Martin Kroeker
3d31191b0f
Work around Clang failing to disambiguate SVE intrinsics and add AppleClang crossbuild to MacOS/arm64 DYNAMIC_ARCH in AzureCI ( #4140 )
* Add AppleClang crossbuild to MacOS/arm64 DYNAMIC_ARCH
* add casts to disambiguate svwhilelt for clang
2 years ago
Martin Kroeker
cfa0a80664
Restore initialization of data variables
2 years ago
Martin Kroeker
9567305e4c
Restore initialization of data01,data02
2 years ago
Martin Kroeker
affeef0b9c
Fix gmake build not always picking the right ARM64 arch options for clang ( #4136 )
* Fix gcc version checks erroneously excluding clang
* Avoid some mtune names not supported by (Apple)Clang
2 years ago
Andy Mroczkowski
45b2cd2fb2
treat armv8 CMAKE_SYSTEM_PROCESSOR as arm64
The cmake scripts incorrectly treated armv8 as 32-bit arm, causing
compilation issues. This just adds 'armv8' to the arm64 condition check.
2 years ago
Martin Kroeker
494313e75e
Merge pull request #4138 from martin-frbg/fix4126
Add converted C versions of C/ZRSCL to fix build errors introduced by PR4126
2 years ago
Martin Kroeker
afef854863
Add C versions of C/ZRSCL
2 years ago
Martin Kroeker
35dedb68ce
Add C versions of C/ZRSCL
2 years ago
Felix Yan
a721fccfdc
Fix riscv64 detection in system_check.cmake
2 years ago
Martin Kroeker
2edebc5fb9
Merge pull request #4133 from martin-frbg/issue4132
Fix info code returned for invalid ldb by IMATCOPY
2 years ago
Martin Kroeker
bcebe9b4c9
Merge pull request #4131 from martin-frbg/lapack878
Fix computation of UPLO in LAPACKE_?larfb (Reference-LAPACK PR 878)
2 years ago
Martin Kroeker
26fd4b9c8c
Merge pull request #4129 from martin-frbg/lapack876
Fix segfault in ?GELSS when NRHS is zero (Reference-LAPACK PR 876)
2 years ago
Martin Kroeker
22ad23abb1
Merge pull request #4126 from martin-frbg/lapack839
Add C/ZRSCL for reciprocal scaling of a complex vector (Reference-LAPACK PR 839)
2 years ago
Martin Kroeker
351645b8af
Merge pull request #4123 from martin-frbg/lapack867
Correct order of eigenvals/vecs for 2x2 matrices in ?STEMR (Reference-LAPACK PR 867)
2 years ago
Martin Kroeker
f5413447aa
Merge pull request #4122 from martin-frbg/issue4121
Fix CMAKE builds of SVE-capable targets in arm64 DYNAMIC_ARCH
2 years ago
Martin Kroeker
5dd1d9cacd
Merge pull request #4120 from martin-frbg/jenkinsbadge
Add status badges for OSUOSL's POWERCI and IBMZ-CI services to README.MD
2 years ago
Martin Kroeker
15dfb2f2cf
Merge pull request #4118 from XiWeiGu/develop
LoongArch64: Add WhereAmI()
2 years ago
Martin Kroeker
7e93ab1b9e
Fix info code returned for invalid ldb
2 years ago
Martin Kroeker
63ec2ad395
Fix computation of UPLO in LAPACKE_?larfb (Reference-LAPACK PR 878)
2 years ago
Martin Kroeker
bed3a6a304
Fix segfault when NRHS is zero (Reference-LAPACK PR 876)
2 years ago
Martin Kroeker
e3277e134c
Add CRSCL/ZRSCL (Reference-LAPACK PR 839)
2 years ago
Martin Kroeker
1d399ad0d6
Add CRSCL/ZRSCL (Reference-LAPACK PR839)
2 years ago
Martin Kroeker
069353bd44
Add reciprocal scaling of a complex vector and use it in C/ZGETF2 (Reference-LAPACK PR839)
2 years ago
Martin Kroeker
1363a7c4f1
Correct the order of eigenvalues/vector for 2x2 matrices (Reference-LAPACK PR 867)
2 years ago
Martin Kroeker
2f9f70584e
Fix target list syntax for ARM64 DYNAMIC_ARCH
2 years ago
Martin Kroeker
ac698cedad
Add compiler options for ARM64 SVE targets in DYNAMIC_ARCH builds
2 years ago
Martin Kroeker
a32af56761
Add status badges for OSUOSL's POWERCI and IBMZ-CI services
2 years ago
Martin Kroeker
4d0b7fbec0
Adjust M1 crossbuilds after image autoupgrade and add an M1-to-Android crossbuild on Cirrus CI ( #4117 )
* Fix Apple crossbuilds after Cirrus updated the image; add a crossbuild to Android/ARMV7
2 years ago