mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
Fix on EPYC machine for multi instance performance issue,
Issue: For the default values of mc, kc and nc with multi instance mode the performance across the cores dip drastically. Fix: After experimentation found different set of values (mc, kc and nc) which fits in the cache size, and performance across the remains same across all the cores. Change-Id: I98265e3b7e61cd7602a0cc5596240e86c08c03fe
This commit is contained in:
@@ -117,6 +117,7 @@ void bli_cntx_init_zen( cntx_t* cntx )
|
||||
bli_blksz_init_easy( &blkszs[ BLIS_NR ], 16, 8, 8, 4 );
|
||||
|
||||
/*
|
||||
<<<<<<< HEAD
|
||||
Multi Instance performance improvement of DGEMM when binded to a CCX
|
||||
In Multi instance each thread runs a sequential DGEMM.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user