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
f5c4c28b98
Work around POWER8BE bugs on FreeBSD (ELFv2)
for #2299
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
Martin Kroeker
579811fb6a
Move all 19.04-based jobs back to ubuntu 18.04
5 years ago
Rajalakshmi Srinivasaraghavan
a87793e03c
Fix DYNAMIC_ARCH compilation errors
5 years ago
Rajalakshmi Srinivasaraghavan
ac6a22ae78
Update header
5 years ago
Rajalakshmi Srinivasaraghavan
ff010f496e
Build shgemm for all architecture
5 years ago
Rajalakshmi Srinivasaraghavan
7eb55504b1
RFC : Add half precision gemm for bfloat16 in OpenBLAS
This patch adds support for bfloat16 data type matrix multiplication kernel.
For architectures that don't support bfloat16, it is defined as unsigned short
(2 bytes). Default unroll sizes can be changed as per architecture as done for
SGEMM and for now 8 and 4 are used for M and N. Size of ncopy/tcopy can be
changed as per architecture requirement and for now, size 2 is used.
Added shgemm in kernel/power/KERNEL.POWER9 and tested in powerpc64le and
powerpc64. For reference, added a small test compare_sgemm_shgemm.c to compare
sgemm and shgemm output.
This patch does not cover OpenBLAS test, benchmark and lapack tests for shgemm.
Complex type implementation can be discussed and added once this is approved.
5 years ago
Martin Kroeker
84a9614345
try x86_64 test without openmp
5 years ago
Martin Kroeker
b969533703
Add drone.io badge, mention EMAG8180 support, reformat the DYNAMIC_ARCH paragraph
5 years ago