mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
Re-enabling the small matrix gemm optimization for target zen
Change-Id: I13872784586984634d728cd99a00f71c3f904395
This commit is contained in:
committed by
Devrajegowda, Kiran
parent
d9c0b8b4aa
commit
ca6f5b762d
@@ -46,7 +46,6 @@
|
||||
#define BLIS_ENABLE_SMALL_MATRIX
|
||||
#define BLIS_ENABLE_SMALL_MATRIX_TRSM
|
||||
|
||||
|
||||
// This will select the threshold below which small matrix code will be called.
|
||||
#define BLIS_SMALL_MATRIX_THRES 700
|
||||
#define BLIS_SMALL_M_RECT_MATRIX_THRES 160
|
||||
|
||||
Reference in New Issue
Block a user