mirror of
https://github.com/amd/blis.git
synced 2026-07-13 02:27:41 +00:00
Temporarily disabled small matrix handling on zen.
Details: - Disabled small matrix handling in config/zen/bli_family_zen.h due to what appears to be a bug that manifests as failures in the single and double precision real level-3 BLAS test drivers (visible via out.sblat3 and out.dblat3). Thanks to Robin Christ for reporting this issue.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user