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
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
Martin Kroeker
93c8bafff5
Update Travis badge in README
4 years ago
Wangyang Guo
6b58bca18b
Small Matrix: disable low performance default kernel
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
Wangyang Guo
fa777f5517
Small Matrix: skylakex: add DGEMM_SMALL_M_PERMIT and tune for TN kernel
4 years ago
Wangyang Guo
8592c21af4
Small Matrix: skylakex: dgemm nn: fix typo in idx load
4 years ago
Wangyang Guo
3e79f6d89a
Small Matrix: skylakex: add dgemm tn kernel
4 years ago
Wangyang Guo
323d7da4f7
Small Matrix: skylakex: add dgemm tt kernel
4 years ago
Wangyang Guo
f57fc932ac
Small Matrix: skylakex: add dgemm nt kernel
4 years ago
Wangyang Guo
91ec21202b
Small Matrix: skylakex: add dgemm nn kernel
4 years ago
Wangyang Guo
72e070539c
Small Matrix: skylakex: add sgemm tt kernel
4 years ago
Wangyang Guo
02c6e764f2
Small Matrix: skylakex: add SGEMM_SMALL_M_PERMIT and tune for TN kernel
4 years ago
Wangyang Guo
5dc7c3c8e5
Small Matrix: add GEMM_SMALL_MATRIX_PERMIT to tune small matrics case
4 years ago
Wangyang Guo
642c393879
Small Matrix: skylakex: add sgemm tn kernel
4 years ago
Wangyang Guo
ae3f5c737c
Small Matrix: skylakex: sgemm nt: optimize for M < 12
4 years ago
Wangyang Guo
0d72d75bf9
Small Matrix: skylakex: add sgemm nt kernel
4 years ago
Wangyang Guo
ca7682e3a3
Small Matrix: skylakex: sgemm nn: fix n6 conflicts with n4
4 years ago
Wangyang Guo
9967e61abb
Small Matrix: skylakex: sgemm nn: fix error when beta not zero
4 years ago
Wangyang Guo
a87736346f
Small Matrix: skylakex: sgemm nn: add n6 to improve performance
4 years ago
Wangyang Guo
4c9d9940fd
Small Matrix: skylakex: sgemm nn: reduce store 4 N at a time
4 years ago