mirror of
https://github.com/amd/blis.git
synced 2026-07-17 00:57:20 +00:00
* Bugfix: Tuned zgemm threshold for zen4 Threshold tuning that determines whether SUP or native path should be used for given input matrix size. This tuning forces skinny matrices to take SUP path to ensure better performance. * Bugfix: Tuned zgemm threshold for zen4 and zen5 Threshold tuning that determines whether SUP or native path should be used for given input matrix size. This tuning forces skinny matrices to take SUP path to ensure better performance. --------- Co-authored-by: harsdave <harsdave@amd.com>