mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Re-enabling the small matrix gemm optimization for target zen
Change-Id: I13872784586984634d728cd99a00f71c3f904395
This commit is contained in:
@@ -43,12 +43,12 @@
|
||||
#define BLIS_DEFAULT_NR_THREAD_MAX 1
|
||||
|
||||
#define BLIS_ENABLE_ZEN_BLOCK_SIZES
|
||||
//#define BLIS_ENABLE_SMALL_MATRIX
|
||||
#define BLIS_ENABLE_SMALL_MATRIX
|
||||
|
||||
// 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
|
||||
//#define BLIS_SMALL_K_RECT_MATRIX_THRES 128
|
||||
#define BLIS_SMALL_MATRIX_THRES 700
|
||||
#define BLIS_SMALL_M_RECT_MATRIX_THRES 160
|
||||
#define BLIS_SMALL_K_RECT_MATRIX_THRES 128
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user