Martin Kroeker
cd10d1c03b
Fix typo
4 years ago
Martin Kroeker
2db1a99aca
Clean up debug messages
4 years ago
Martin Kroeker
89fc5b8f4f
Fix unmap logic
4 years ago
Martin Kroeker
7fd12a5e69
Add likely() hints for gcc
4 years ago
Martin Kroeker
2ba9a567aa
Fix typo
4 years ago
Martin Kroeker
b4b952eece
Add auxiliary tracking space for thread buffer frees too
4 years ago
Martin Kroeker
7d1becc575
Allocate an auxiliary struct when running out of preconfigured threads
4 years ago
Martin Kroeker
6bb1805ed6
Merge pull request #3348 from guowangy/skylakex-sgemv_t-fix
skylakex sgemv_t kernel fix
4 years ago
Martin Kroeker
0f0a0be95d
Merge pull request #3345 from nsait-linaro/windows_on_arm64
Add support for windows/arm64 targets with clang
4 years ago
Wangyang Guo
dbbb39199f
sgemv: skylakex: fix build warning
4 years ago
Wangyang Guo
e9acb46431
sgemv: skylakex: bug fix for sgemv_t kernel in corner case
4 years ago
Niyas Sait
c6c2a71fb7
Fix ctest.h to build using clang on windows
4 years ago
Niyas Sait
cdb5d2737e
add support for building on windows/arm64 target
4 years ago
Martin Kroeker
13d411677f
Add more OSX build jobs to Azure CI ( #3338 )
* Add OSX build job with Homebrew OpenMP in a CMAKE build
* Check install step on OSX/gcc to make sure all include files are generated and installed as intended
* Add mixed clang/gfortran build with cmake on OSX
* move IOS ARMV7/ARMV8 crossbuilds from travis to azure
4 years ago
Martin Kroeker
04255be948
Merge pull request #3344 from gxw-loongson/develop
Delete the macro instruction "li" and use "li.d" instead
4 years ago
gxw
a7bc8ec1f1
Delete the macro instruction "li" and use "li.d" instead
Change-Id: Icff7981e2eb7df29ba5af1f8eb5be8443c67450f
4 years ago
Martin Kroeker
8cd2b32fef
Merge pull request #3343 from cianciosa/develop
Fix undefined behavior checking the size of ARGC
4 years ago
cianciosa
4c766cd11f
Fix a small syntax error. A ( was accidently deleted.
4 years ago
cianciosa
c28560129f
Check the total number of arguments passed insead of if the ARGV# is defined. This fixes a problem when compling openblas as a subproject of another code.
4 years ago
Martin Kroeker
b9e4fb206d
Merge pull request #3341 from RajalakshmiSR/dasump10
POWER10: Improving dasum performance
4 years ago
Rajalakshmi Srinivasaraghavan
b06880c2cd
POWER10: Improving dasum performance
Unrolling a loop in dasum micro code to help in improving
POWER10 performance.
4 years ago
Zhang Xianyi
cbc583eb54
Merge pull request #3336 from martin-frbg/traviscom
Disable all x86 jobs on Travis
4 years ago
Martin Kroeker
e5ba7c3235
Disable all x86 jobs
4 years ago
Martin Kroeker
435d84a7ce
Merge pull request #3332 from martin-frbg/travisbadge
Update Travis badge in README
4 years ago
Martin Kroeker
139f632ca4
Merge pull request #3334 from Guobing-Chen/BF16_gemm_full_kernel
Add all SBGEMM kernels for IA AVX512-BF16 based platforms
4 years ago
Chen, Guobing
5d86becdae
Add all SBGEMM kernels for IA AVX512-BF16 based platforms
Added all SBGEMM kernels including NN/NT/TN/TT for both ColMajor and
RowMajor, based on AVX512-BF16 ISA set on IA.
Signed-off-by: Chen, Guobing <guobing.chen@intel.com>
4 years ago
Martin Kroeker
93c8bafff5
Update Travis badge in README
4 years ago
Martin Kroeker
b5858c4472
Merge pull request #3330 from xianyi/issue3321
Improve the "tried to allocate too many buffers" error message
4 years ago
Martin Kroeker
898212efcd
Actually add the message to the TLS section
4 years ago
Martin Kroeker
210a1584c5
Rebase source and edit TLS version of the message as well
4 years ago
Martin Kroeker
e6d6d3ee43
Merge pull request #3331 from gxw-loongson/develop
Fixed typos about LOONGARCH64
4 years ago
gxw
0b8f7c8c10
Add cmake support for LOONGARCH64
4 years ago
Martin Kroeker
f2a7a67f5a
Improve the "tried to allocate too many buffers" error message
4 years ago
Martin Kroeker
e0e88f9edc
Merge pull request #3329 from martin-frbg/issue3272
Work around gcc11+ miscompiling C/ZBLAS3 tests at -O3
4 years ago
Martin Kroeker
5dc6aa74f0
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
e78fbe4654
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
b4f4ed378b
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
cbc41973fd
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
gxw
34207bdf5b
Fixed typos about LOONGARCH64
4 years ago
Martin Kroeker
1b6db3dbba
Merge pull request #3327 from h-vetinari/lapack597_redux
Complete the carry of lapack PR 597
4 years ago
Martin Kroeker
f681553c6a
Merge pull request #3326 from wattoc/develop
Include Haiku in processor count checks
4 years ago
Martin Kroeker
afadeeba2a
Merge pull request #3325 from gxw-loongson/develop
Add support for LOONGARCH64
4 years ago
Isuru Fernando
02d4a49761
Also make sure the `1` is INTEGER*4 for OMP_SET_NUM_THREADS
4 years ago
Craig Watson
4d7dfe4845
Include Haiku in processor count checks
4 years ago
gxw
af0a69f355
Add support for LOONGARCH64
4 years ago
Martin Kroeker
5a2fe5bfb9
Merge pull request #3323 from martin-frbg/issue3322
GCC did not support -mtune for ARM64 before 5.1
4 years ago
Martin Kroeker
342d3e8b5c
Merge pull request #3314 from martin-frbg/lapack597
Fix LAPACK testsuite compatibility with libomp (Reference-LAPACK PR 597)
4 years ago
Martin Kroeker
efbd7c7840
GCC did not support -mtune for ARM64 before 5.1
4 years ago
Martin Kroeker
3a7955cd93
Merge pull request #3320 from martin-frbg/issue3318
Empirical workaround for numpy SVD NaN problem from issue 3318
4 years ago
Martin Kroeker
47ba85f314
Fix regex to match kernels suffixed with cpuname too
4 years ago