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:
Field G. Van Zee
2018-06-18 11:49:34 -05:00
parent 2610fff0b0
commit ed2c8aed84

View File

@@ -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