Martin Kroeker
f80dd2151e
xcode 11.4.1 for homebrew ?
5 years ago
Martin Kroeker
4412ee1754
Switch homebrew build env to new xcode 11.4
default 11.3.1 in the github image is causing brew to fail with "outdated xcode" message
5 years ago
Martin Kroeker
f6104b68c1
Merge pull request #2571 from martin-frbg/issue2299
Work around IDAMAX/IZAMAX bugs on POWER8BE with ELFv2 FreeBSD
5 years ago
Martin Kroeker
84f2c71e93
Merge pull request #2573 from martin-frbg/issue2572
Enable cblas interfaces to GEMM3M in CMAKE builds
5 years ago
Martin Kroeker
06208c8d01
Limit this fix to ELFv2 builds
5 years ago
Martin Kroeker
c90b28dee6
Export ELF_VERSION for use in powerpc kernel configurations
5 years ago
Martin Kroeker
6275b43918
Avoid duplicate printout of byte order and report ELF_VERSION
5 years ago
Martin Kroeker
2db5178e2d
enable cblas interfaces to GEMM3M in CMAKE builds
5 years ago
Martin Kroeker
57549f5c92
Merge pull request #2569 from martin-frbg/issue2472-2
Fix linker option passing for MSVS and ReLAPACK
5 years ago
Martin Kroeker
f5c4c28b98
Work around POWER8BE bugs on FreeBSD (ELFv2)
for #2299
5 years ago
Martin Kroeker
239282d5e2
Use CMAKE_SHARED_LINKER_FLAGS to pass MSVC linker option
target_link_libraries does not work here according to issue 2472
5 years ago
Martin Kroeker
568674477c
Merge pull request #48 from xianyi/develop
rebase
5 years ago
Martin Kroeker
fa42588e1f
Merge pull request #2565 from martin-frbg/mips24k
Support MIPS32 24K family as P5600
5 years ago
Martin Kroeker
8a6d26458b
Merge pull request #2559 from RajalakshmiSR/shgemm
Add half precision gemm for bfloat16 in OpenBLAS
5 years ago
Martin Kroeker
db86f516b9
Merge pull request #2568 from martin-frbg/azure-win
Add a Windows/CL build job to the Azure CI
5 years ago
Martin Kroeker
aec353b5a7
Add a Windows/CL build to the Azure Ci configuration
5 years ago
Martin Kroeker
c62fbefad4
Merge pull request #2567 from xianyi/revert-2566-azurewin
Revert "Add Windows build job on Azure CI"
5 years ago
Martin Kroeker
04706e760d
Revert "Add Windows build job on Azure CI ( #2566 )"
This reverts commit e1e543b145 .
5 years ago
Martin Kroeker
e1e543b145
Add Windows build job on Azure CI ( #2566 )
* Add Windows-CL build job on Azure
5 years ago
Martin Kroeker
e55ec82bb9
Delete KERNEL.1004K
5 years ago
Martin Kroeker
7353ea5afc
Delete KERNEL.24K
5 years ago
Martin Kroeker
6a04efb122
Rename KERNEL files to include MIPS prefix
5 years ago
Martin Kroeker
5afb66812f
Update getarch.c
5 years ago
Martin Kroeker
0d18f231fc
Update getarch.c
5 years ago
Martin Kroeker
2f4a8e5bc4
Rename the FORCE entries for 24K and 1004K to include the MIPS prefix
5 years ago
Martin Kroeker
4f70512b97
Update kernel.cmake
5 years ago
Martin Kroeker
8792fc4d5f
Disable RPCC macro on MIPS24K
5 years ago
Martin Kroeker
577c5d9f8f
Update README.md
5 years ago
Martin Kroeker
6721f2750e
Update TargetList.txt
5 years ago
Martin Kroeker
b0b02a080d
Add compiler options for MIPS32 24K/1004K
5 years ago
Martin Kroeker
a1fc98dc57
rename 1004K, 24K to MIPS1004K, MIPS24K to avoid identifier naming problem
5 years ago
Martin Kroeker
d0737b0142
Update kernel.cmake
5 years ago
Martin Kroeker
7dbb59b256
Update common_macro.h
5 years ago
Martin Kroeker
00172d440b
Typo fix in MIPS24K addition
5 years ago
Martin Kroeker
d712ea724c
Add MIPS24K support
5 years ago
Martin Kroeker
61bbae3ac1
Handle MIPS24K like P5600
and allow enforcing TARGET=1004K as well (omission from earlier 1004K merge and later introduction of TARGET check)
5 years ago
Martin Kroeker
1c1ca2bc0a
Merge pull request #47 from xianyi/develop
rebase
5 years ago
Martin Kroeker
c7d668c248
Update common_macro.h
5 years ago
Martin Kroeker
a83a59b038
Use generic kernels for ishama,shasum,shdot,shrot
5 years ago
Martin Kroeker
0a19bd813c
Use generic codes for shamax and shcopy
5 years ago
Martin Kroeker
e7afe8a969
Define AXPBY_K fallback for float16
5 years ago
Martin Kroeker
f361de30a3
Use generic axpy.c for SHAXPY as x86 lacks saxpy.c
5 years ago
Martin Kroeker
9f6d6f6cb6
use saxpy.c instead of axpy.S for SHAXPY
5 years ago
Rajalakshmi Srinivasaraghavan
22bb50fb81
cmake fixes
5 years ago
Martin Kroeker
236a3d8ce6
Merge pull request #2563 from zelong-1024/develop
[OpenBLAS]: benchmark error of potrf
5 years ago
l00536773
6b7ef6543a
[OpenBLAS]: benchmark error of potrf
[description]: when the matrix size goes higher than 5800 during the cpotrf test, error info, such as "Potrf info = 5679", will be returned on ARM64 and x86 machines. Uplo = L & F.
[solution]: changed the func for building the matrix so that the complex Hermitian matrix can stay positive definite during the computation.
[dts]:
5 years ago
Rajalakshmi Srinivasaraghavan
67cc4b9e16
Fix warnings in clang and export symbol
5 years ago
Martin Kroeker
250e6f8039
Merge pull request #2557 from martin-frbg/dronebadge
Update and reformat README
5 years ago
Martin Kroeker
7a6d0016b0
Merge pull request #2556 from martin-frbg/epicdrone
Add a drone.io multithread test for x86_64
5 years ago
Martin Kroeker
e8e8a6e608
Restore USE_OPENMP in the x86 thread test
5 years ago