Martin Kroeker
d3d6601727
Merge pull request #3365 from martin-frbg/travis-lx
Disable the remaining x86_64 job on Travis
4 years ago
Martin Kroeker
da5bd8b5e3
Merge pull request #3364 from guowangy/bf16-cooperlake
Add SBGEMM kernel for Cooperlake
4 years ago
Wangyang Guo
045ed5c91d
sbgemm: fix build error in BFLOAT16 disabled
4 years ago
Wangyang Guo
4289cf048d
sbgemm: avoid falling into SGEMM_KERNEL_DIRECT
4 years ago
Wangyang Guo
59a1114d03
sbgemm: cooperlake: tuning for small matrix
4 years ago
Wangyang Guo
682d66555d
sbgemm: cooperlake: implement ncopy_16
4 years ago
Wangyang Guo
beccb83b16
sbgemm: cooperlake: add n24 kernel for tcopy_4
4 years ago
Wangyang Guo
5fcacad32b
sbgemm: cooperlake: implement tcopy_4
4 years ago
Wangyang Guo
bb1c4fa5bd
sbgemm: cooperlake: prefetch A & B
4 years ago
Wangyang Guo
7a2d1601ec
sbgemm: cooperlake: unroll core loop by 2
4 years ago
Wangyang Guo
45fdf951b6
sbgemm: cooperlake: reorder ptr increase for performance
4 years ago
Wangyang Guo
cece3541ab
sbgemm: cooperlake: fix bug in m64n12
4 years ago
Wangyang Guo
8356a604f0
sbgemm: cooperlake: tuning for block params
4 years ago
Wangyang Guo
9df0953cde
sbgemm: cooperlake: kernel works for NN
4 years ago
Wangyang Guo
2ec9f3a8aa
sbgemm: cooperlake: change kernel size to 16x4
4 years ago
Wangyang Guo
ef8f5fecc8
sbgemm: cooperlake: implement sbgemm_tcopy_32
4 years ago
Wangyang Guo
4c294336e6
sbgemm: cooperlake: add dummy source files
4 years ago
Martin Kroeker
8c68b6f26d
Update .travis.yml
4 years ago
Martin Kroeker
349fb4910b
Disable the remaining x86_64 job on Travis
4 years ago
Martin Kroeker
7c72c45be6
Merge pull request #3363 from martin-frbg/fixpr3360
Correct misplaced ifdef lines from PR 3360
4 years ago
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