mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
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 clean Change-Id: I6827b58d2dab1041fe182fef5a007b679ac4bb1f
This commit is contained in:
committed by
dzambare
parent
8f2677ac14
commit
d334452df4
@@ -131,6 +131,7 @@ void bli_cntx_init_zen( cntx_t* cntx )
|
||||
mc = 510, kc = 1024 and nc = 4080
|
||||
*/
|
||||
|
||||
// Zen optmized level 3 cache block sizes
|
||||
#ifdef BLIS_ENABLE_ZEN_BLOCK_SIZES
|
||||
// Zen optmized level 3 cache block sizes
|
||||
#if BLIS_ENABLE_SINGLE_INSTANCE_BLOCK_SIZES
|
||||
|
||||
Reference in New Issue
Block a user