Wangyang Guo
|
3dc6052c7e
|
initial support for Sapphire Rapids platform
|
4 years ago |
Martin Kroeker
|
8c20ca345a
|
Use Neoverse's current mix of ThunderX2 kernels for Vortex as well
|
4 years ago |
Martin Kroeker
|
8e4c209002
|
Merge pull request #3398 from kavanabhat/aix_p10_gnuas
Big Endian Changes for Power10 kernels
|
4 years ago |
kavanabhat
|
9cc95e5657
|
AIX changes for P10 with GNU Compiler
|
4 years ago |
kavanabhat
|
fe3c778c51
|
AIX changes for P10 with GNU Compiler
|
4 years ago |
Wangyang Guo
|
ee5ca8a328
|
x86_64: BFLOAT16: fix build warning
|
4 years ago |
Martin Kroeker
|
90cc944625
|
Move alphaI to x22 to leave x18 unused (reserved on OSX)
|
4 years ago |
Martin Kroeker
|
590fbff06e
|
move alpha to x19/x20 to leave x18 unused for OSX
|
4 years ago |
Martin Kroeker
|
380940271b
|
Move temp to x21 to leave x18 unused (reserved on OSX)
|
4 years ago |
Martin Kroeker
|
7d75177446
|
Move temp to x21 to leave x18 unused (reserved on OSX)
|
4 years ago |
Martin Kroeker
|
0a4ac4b585
|
Use x21 for I to leave x18 unused (reserved on OSX)
|
4 years ago |
Martin Kroeker
|
7d4a221579
|
Remove unused TEMP2 and reshuffle to leave x18 unused (reserved on OSX)
|
4 years ago |
Martin Kroeker
|
d3a9c7ef7f
|
Merge pull request #3382 from rafaelcfsousa/rafael/cwarnings
[POWER] Remove unused variable warnings.
|
4 years ago |
Martin Kroeker
|
8dfa61a61c
|
Initialize abs_mask1 with itself to silence a gcc warning
|
4 years ago |
Martin Kroeker
|
99aa10b3ff
|
Initialize abs_mask1 with itself to silence a gcc warning
actual initialization is via the _mm_cmpeq_ep18, which I've seen claimed to be the fastest way to set an xmm register to all 1s
|
4 years ago |
Rafael Cardoso Fernandes Sousa
|
b751edf624
|
Fix unused variable warnings on Power
|
4 years ago |
Martin Kroeker
|
80346b8813
|
Merge pull request #3379 from martin-frbg/issue3369-2
Add casts to fix compiler warnings for SkylakeX sasum/dasum
|
4 years ago |
Martin Kroeker
|
ce036a2fc0
|
Add casts
|
4 years ago |
Martin Kroeker
|
ddf106f769
|
Add dedicated entries for BFLOAT16 kernels
|
4 years ago |
Martin Kroeker
|
af8843875a
|
Merge pull request #3376 from martin-frbg/issue3370
Fix a few harmless compiler warnings
|
4 years ago |
Martin Kroeker
|
0925dfe2c9
|
One instance of kernel_4x1 is used even on SKX
|
4 years ago |
Martin Kroeker
|
7d873a329f
|
Add ifdefs around conditionally used functions
|
4 years ago |
Martin Kroeker
|
ef24712030
|
Move a conditionally used variable
|
4 years ago |
Martin Kroeker
|
d17238599b
|
Add casts
|
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
|
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
|
f1e3305974
|
Add workaround for Windows10 macro name clash
|
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
|
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 |
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 |
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 |
Rajalakshmi Srinivasaraghavan
|
b06880c2cd
|
POWER10: Improving dasum performance
Unrolling a loop in dasum micro code to help in improving
POWER10 performance.
|
4 years ago |
Wangyang Guo
|
44d0032f3b
|
Small Matrix: skylakex: fix build error in old compiler
|
4 years ago |