Martin Kroeker
d7dd9b396c
Rename shdot.c to sbdot.c
5 years ago
Martin Kroeker
9ae80490e0
rename "HALF" and "sh" to "BFLOAT16" and "sb"
5 years ago
Martin Kroeker
d314d1f49f
Rename shgemm_kernel_power10.c to sbgemm_kernel_power10.c
5 years ago
Martin Kroeker
f0883740e4
Merge pull request #96 from xianyi/develop
rebase
5 years ago
Martin Kroeker
1c0b03efb4
Merge branch 'develop' into develop
5 years ago
Martin Kroeker
c589c3e2a1
Merge pull request #2882 from martin-frbg/issue2709
Use generic C for (D/Z)NRM2 on Windows x86_64
5 years ago
Martin Kroeker
ec638a82bf
Merge pull request #2852 from martin-frbg/issue2588-cmake
Support building only a subset of variable types
5 years ago
Martin Kroeker
caa0d757ca
repair TABs
5 years ago
Martin Kroeker
6154f72d6d
Copy BUILD_ settings to the LAPACK make.inc
5 years ago
Martin Kroeker
ae8b0d257a
Set BUILD_ options to 1 instead of just defining them
5 years ago
Martin Kroeker
1da32cc1fc
Add cblas_xerbla interface
5 years ago
Martin Kroeker
8c5e08076e
If none of the BUILD_ options is set, enable them all
5 years ago
Martin Kroeker
5f23bdf437
remove debug output
5 years ago
Martin Kroeker
b593e6b650
Merge pull request #2885 from martin-frbg/ifexists
Improve CMAKE check for conflicting config_kernel.h
5 years ago
Martin Kroeker
082c86a538
Merge pull request #2884 from martin-frbg/sse_fixup
Add workaround for unwanted default activation of -msse3 in DYNAMIC_ARCH builds
5 years ago
Martin Kroeker
e396ec8b56
Allow building support for only a subset of variable types
5 years ago
Martin Kroeker
68e6823d36
Adapt for supporting only a subset of variable types
5 years ago
Martin Kroeker
887e00fd7f
Adapt for supporting only a subset of variable types
5 years ago
Martin Kroeker
886a8e3190
Adapt for supporting only a subset of variable types
5 years ago
Martin Kroeker
0f7d73ff6d
Allow supporting only a subset of variable types
5 years ago
Martin Kroeker
6b6adf8a4a
Allow compiling only a subset of kernels for specific variable types
5 years ago
Martin Kroeker
a6570108c5
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
ef552bc578
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
efe1ad4700
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
b27ca78a21
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
93454022a9
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
20cf1d773f
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
5c657fffad
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
b262058059
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
bc319cee82
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
e5966f8606
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
9df12eb08f
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
cf53970bcb
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
dcd51d5c72
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
b8f95354c7
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
d33de97d60
Adapt to having only a subset of variable types supported
5 years ago
Martin Kroeker
6a83c591d6
Adapt for having only a subset of variable types
5 years ago
Martin Kroeker
f6d2827d0c
Adapt ctests to having only a subset of types in the build
5 years ago
Martin Kroeker
08f4749eb4
Adapt tests to having only a subset of types in the build
5 years ago
Martin Kroeker
63d7dad04c
Adapt utests for builds supportin only some variable types
5 years ago
Martin Kroeker
ac653c94f3
Merge branch 'develop' into issue2588-cmake
5 years ago
Martin Kroeker
190b74dd24
Add files via upload
5 years ago
Martin Kroeker
9d43140d61
Improve check for conflicting config_kernel.h
5 years ago
Martin Kroeker
8ef600f1a3
Merge pull request #95 from xianyi/develop
rebase
5 years ago
Martin Kroeker
88928650c4
Merge pull request #2883 from martin-frbg/issue2872
Minor CMAKE fixes
5 years ago
Martin Kroeker
7a53128481
Add whitelist of DYNAMIC_ARCH kernels for which -msse3 needs to be enabled
5 years ago
Martin Kroeker
0c773b8205
Do not rely on HAVE_SSE3 in DYNAMIC_ARCH builds
5 years ago
Martin Kroeker
fbda20c856
Merge pull request #94 from xianyi/develop
rebase
5 years ago
Martin Kroeker
82a497ec5d
restore PRESCOTT default for DYNAMIC_LIST
5 years ago
Martin Kroeker
de27e4f5fb
Stop DYNAMIC_ARCH build if the toplevel source contains a stray config_kernel.h from a gmake build
This is unlikely to happen in practice, but if it does, the rogue file would get included instead of the dynamically generated version for each target_core, leading to very confusing errors like "invalid operands (undefined UND and ABS sections)" in compilation of the assembly kernels as macros like PREFETCH would remain undefined
5 years ago