mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Adjusted cache blocksizes for zen subconfig.
Details: - Adjusted the zen sub-configuration's cache blocksizes for float, scomplex, and dcomplex based on the existing values for double. (The previous values were taken directly from the haswell subconfig, which targets Intel Haswell/Broadwell/Skylake systems.)
This commit is contained in:
committed by
Devrajegowda, Kiran
parent
2d1cd32c0f
commit
b503627a68
@@ -150,9 +150,7 @@ void bli_cntx_init_zen( cntx_t* cntx )
|
||||
bli_blksz_init_easy( &blkszs[ BLIS_NC ], 4080, 4080, 4080, 4080 );
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
bli_blksz_init_easy( &blkszs[ BLIS_NC ], 8160, 4080, 4080, 3056 );
|
||||
bli_blksz_init_easy( &blkszs[ BLIS_AF ], 8, 8, -1, -1 );
|
||||
bli_blksz_init_easy( &blkszs[ BLIS_DF ], 8, 8, -1, -1 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user