Martin Kroeker
32fee86033
Correct misplaced ifdef lines
4 years ago
Martin Kroeker
72f3ce5f08
Add NO_AVX=1 fallbacks to newer generation x86_64 for completeness ( #3360 )
* Add NO_AVX=1 fallbacks to newer generation x86_64 for completeness
* Update .travis.yml
4 years ago
Martin Kroeker
af19cda65a
Add "recursive" option for IBM xlf compiler ( #3359 )
* Add correct "recursive" option for xlf (from reference-lapack issue 606)
4 years ago
Martin Kroeker
a3e80069fb
Merge pull request #3355 from martin-frbg/smallgemmcr
Add workaround for Windows10 macro name clash in small gemm kernel build rules
4 years ago
Martin Kroeker
f1e3305974
Add workaround for Windows10 macro name clash
4 years ago
Martin Kroeker
3cdfe33610
Merge pull request #3352 from martin-frbg/3321-2n
Allocate an auxiliary struct when running out of preconfigured threads
4 years ago
Martin Kroeker
47171e4b93
Merge pull request #3354 from nsait-linaro/fix_gmemm_align_win_arm
[win/arm64]: Explicit casting for GEMM_DEFAULT_ALIGN to create 64-bit value
4 years ago
Niyas Sait
7cddbf99b1
Make explicit conversion condition on _WIN64 flag
4 years ago
Niyas Sait
d1ed72fa87
[win/arm64]: Explicit casting for GMEMM_DEFAULT_ALIGN to create 64-bit value
Win64 uses LLP64 datamodel and unsigned long is only 32-bit. For 64-bit
architecture we need 64-bit mask to correctly generate address
4 years ago
Martin Kroeker
806221440b
Merge pull request #3353 from guowangy/bf16-small-matrix-cooperlake
Enable existing SBGEMM kernel for Cooperlake by small-matrix path
4 years ago
Martin Kroeker
cd10d1c03b
Fix typo
4 years ago
Martin Kroeker
2db1a99aca
Clean up debug messages
4 years ago
Wangyang Guo
619588fbab
sbgemm: remove unnecessary b0 files
4 years ago
Wangyang Guo
f39301935c
sbgemm: cooperlake: make sure hot buffer aligned to 64
4 years ago
Wangyang Guo
2e44ca0136
sbgemm: add missing cblas_sbgemm definition
4 years ago
Wangyang Guo
7d27b182fc
sbgemm: cooperlake: enable SBGEMM by small matrix path
4 years ago
Wangyang Guo
1d83ca4bca
Small Matrix: support BFLOAT16 data type
4 years ago
Martin Kroeker
bec9d9f63d
Merge pull request #3335 from guowangy/small-matrix-latest
Add GEMM optimization for small matrix and single/double kernel for skylakex
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
Wangyang Guo
f9dba63c28
Small Matrix: skylakex: remove unnecessary b0 source files
4 years ago
Wangyang Guo
989e6bbdd3
Small Matrix: reduce generic kernel source files
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
Wangyang Guo
c17d6dacb2
Small Matrix: skip compile in unimplemented data type
4 years ago
Wangyang Guo
44d0032f3b
Small Matrix: skylakex: fix build error in old compiler
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
Wangyang Guo
76ea8db4da
Small Matrix: enable by default for x86_64 arch
If no customized GEMM_SMALL_M_PERMIT kernel defined, it will just by pass to normal path.
4 years ago
Wangyang Guo
aa50185647
Small Matrix: better handle with GEMM3M marco
4 years ago
Wangyang Guo
fee5abd84b
Small Matrix: support cmake build
4 years ago
Wangyang Guo
478d1086c1
Small Matrix: support DYNAMIC_ARCH build
4 years ago