Martin Kroeker
|
22bf5c27ba
|
Add basic support for the Fujitsu A64FX (#3415)
* Add initial support for Fujitsu A64FX as generic ARMV8
|
2021-10-18 15:00:19 +02:00 |
Martin Kroeker
|
8cbf61792d
|
Merge pull request #3416 from guowangy/spr-bf16
sbgemm: add AMX-BF16 based kernel for Sapphire Rapids
|
2021-10-18 14:59:21 +02:00 |
Wangyang Guo
|
63a103ba6e
|
sbgemm: spr: disable small matrix path by default
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
82194ea9d2
|
sbgemm: spr: implement otcopy_16
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
8632380a96
|
sbgemm: spr: reuse ncopy_16 from cooperlake as incopy
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
6bc8204ce5
|
sbgemm: spr: optimization for tmp_c buffer
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
f018aa342a
|
sbgemm: spr: kernel handle alpha != 1.0
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
a52456b168
|
sbgemm: spr: oncopy: use tile load/store instead
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
f2485352a6
|
sbgemm: spr: only load A once in tail_k handling
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
9ab33228bb
|
sbgemm: spr: process k2 and odd k at the same time
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
7b2f5cb3b7
|
sbgemm: spr: enlarge P to 256 for performance
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
10d52646e2
|
sbgemm: spr: oncopy: avoid handling too much pointer at a time
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
88154ed02d
|
sbgemm: spr: reduce tile conf loading by seperate tail k handling
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
0abbcd19c1
|
sbgemm: spr: tuning for blocking params
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
a70bfb52d5
|
sbgemm: spr: kernel works for NN case when alpha is 1.0
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
6051c86741
|
sbgemm: spr: kernel works for m32 in NN case
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
d0b253ac6e
|
sbgemm: spr: implement oncopy_16
|
2021-10-17 19:08:03 -07:00 |
Wangyang Guo
|
1d48b7cb16
|
sbgemm: spr: add dummy source files
|
2021-10-17 19:08:03 -07:00 |
Martin Kroeker
|
b57acdf2d3
|
Add march/mtune flags for clang builds on ARM64 as well (#3414)
* Add march/mtune flags for clang as well
|
2021-10-18 00:26:14 +02:00 |
Martin Kroeker
|
02ea3db8e7
|
Merge pull request #3404 from guowangy/spr-build
Initial build support for Sapphire Rapids
|
2021-10-17 23:05:11 +02:00 |
Martin Kroeker
|
4e4f78442e
|
Merge pull request #3413 from MehdiChinoune/cmake-readibiltiy
[NFC] Improve CMakeLists.txt file readibility
|
2021-10-17 22:46:48 +02:00 |
Mehdi Chinoune
|
556788281d
|
[NFC] Improve CMakeLists.txt file readibility
Add some extra lines and indentations.
|
2021-10-17 20:50:51 +01:00 |
Martin Kroeker
|
f348506463
|
Merge pull request #3411 from MehdiChinoune/both_shared_static
Support building both static and shared libraries
|
2021-10-17 20:07:14 +02:00 |
Mehdi Chinoune
|
28a77a8698
|
Support building both static and shared libraries
|
2021-10-16 20:45:21 +01:00 |
Martin Kroeker
|
481b3dc4b4
|
Merge pull request #3410 from MehdiChinoune/mingw-clang-64
Fix MinGW/Clang 64 bits detection.
|
2021-10-16 13:52:41 +02:00 |
مهدي شينون (Mehdi Chinoune)
|
efd7ac241d
|
Fix MinGW/Clang 64 bits detection.
CMAKE_COMPILER_IS_GNUCC is only valid for GCC.
|
2021-10-16 08:02:27 +01:00 |
Wangyang Guo
|
1eca91f315
|
Fix build error in legacy gcc
|
2021-10-12 02:01:20 -07:00 |
Wangyang Guo
|
4280dff103
|
Add NO_AVX=1 fallbacks to Sapphire Rapids build
|
2021-10-12 01:39:09 -07:00 |
Wangyang Guo
|
3dc6052c7e
|
initial support for Sapphire Rapids platform
|
2021-10-12 01:30:40 -07:00 |
Martin Kroeker
|
8a87e80c74
|
Update conda in Appveyor CI and move jobs from Appveyor to Azure (#3400)
* Fix clang/cl builds on Appveyor and move them to Azure
* Add clang/flang and mingw builds on Windows to Azure
|
2021-10-10 23:24:52 +02:00 |
Martin Kroeker
|
b54b50fe3a
|
Merge pull request #3399 from martin-frbg/issue2814
Improve performance on Apple M1 Vortex
|
2021-10-07 08:09:34 +02:00 |
Martin Kroeker
|
24233b7c49
|
Use "big arm server" GEMM defaults for Vortex
|
2021-10-06 11:10:19 +02:00 |
Martin Kroeker
|
8c20ca345a
|
Use Neoverse's current mix of ThunderX2 kernels for Vortex as well
|
2021-10-06 11:06:43 +02:00 |
Martin Kroeker
|
8e4c209002
|
Merge pull request #3398 from kavanabhat/aix_p10_gnuas
Big Endian Changes for Power10 kernels
|
2021-10-05 18:59:47 +02:00 |
Martin Kroeker
|
e819341ec1
|
Merge pull request #3396 from martin-frbg/makesys_typo
Fix minor typo in Makefile.system
|
2021-10-04 22:23:19 +02:00 |
Martin Kroeker
|
2b28b88cab
|
Merge pull request #3397 from martin-frbg/m1detect
Fix detection of Apple M1 "Vortex"
|
2021-10-04 22:22:57 +02:00 |
Martin Kroeker
|
d7351deccf
|
Fix cache reporting for Apple M1
|
2021-10-04 17:58:29 +02:00 |
Martin Kroeker
|
1cce778585
|
Fix detection of Apple M1 "Vortex"
|
2021-10-04 16:46:41 +02:00 |
Martin Kroeker
|
04f3ecd026
|
Fix minor typo
|
2021-10-04 16:14:32 +02:00 |
Martin Kroeker
|
dcb005351e
|
Update version to 0.3.18.dev
|
2021-10-02 21:15:39 +02:00 |
Martin Kroeker
|
32b4d01d16
|
Update version to 0.3.18.dev
|
2021-10-02 21:15:00 +02:00 |
Martin Kroeker
|
de459ed806
|
Merge pull request #3395 from xianyi/release-0.3.0
Merge 0.3.18 back into develop to copy tag
|
2021-10-02 21:14:11 +02:00 |
Martin Kroeker
|
efe42481e2
|
Update version to 0.3.18
|
2021-10-02 19:38:09 +02:00 |
Martin Kroeker
|
c75759876c
|
Merge pull request #3394 from xianyi/develop
Merge from develop for 0.3.18
|
2021-10-02 19:35:27 +02:00 |
Martin Kroeker
|
9549167357
|
Merge branch 'release-0.3.0' into develop
|
2021-10-02 19:35:03 +02:00 |
Martin Kroeker
|
686e1f0052
|
Update version to 0.3.18
|
2021-10-02 19:29:59 +02:00 |
Martin Kroeker
|
5a468ae87a
|
Update Changelog for 0.3.18 (#3388)
* Update Changelog for 0.3.18
|
2021-10-02 19:25:58 +02:00 |
Martin Kroeker
|
f0e8560660
|
Merge pull request #3393 from martin-frbg/azurealpine
Update Alpine version used in Azure CI
|
2021-10-02 19:07:04 +02:00 |
Martin Kroeker
|
ad87d62748
|
Update Alpine version
|
2021-10-02 16:27:34 +02:00 |
Martin Kroeker
|
4f86650979
|
Merge pull request #3392 from martin-frbg/lapack625
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
|
2021-10-01 14:56:09 +02:00 |