This website requires JavaScript.
Explore
Help
Register
Sign In
amd
/
blis
Watch
1
Star
0
Fork
0
You've already forked blis
mirror of
https://github.com/amd/blis.git
synced
2026-05-12 18:15:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2.0
blis
/
config
/
zen
History
Meghana
c9486e0c4f
code to detect version of gcc and set flags accordingly for zen2
...
Change-Id: I29b0311d0000dee1a2533ee29941acf53f9e9f34
2019-07-24 09:45:17 +05:30
..
old
This check in has changes w.r.t Copyright information, which is changed to (start year) - 2019
2019-05-27 16:24:43 +05:30
amd_config.mk
code to detect version of gcc and set flags accordingly for zen2
2019-07-24 09:45:17 +05:30
bli_cntx_init_zen.c
This checkin solves the dgemm performance issue jira ticket CPUPL 458, as #else was missed during integration, it was always following else path to get the block sizes
2019-07-05 16:05:11 +05:30
bli_family_zen.h
Added back BLIS_ENABLE_ZEN_BLOCK_SIZES macro to zen configuration, this is same as release 1.3. This was added before to improve DGEMM Multithreaded scalability on Naples for when number of threads is greater than 16. By mistake this got deleted in many changes done for 2.0 release, now we are adding this change back., in bli_gemm_front.c - code cleanup
2019-05-31 15:14:22 +05:30
make_defs.mk
Added a global Makefile for AMD architectures in config/zen folder
2019-07-22 17:12:01 +05:30