From ed2c8aed848ba2dede18df090cf2e0b6e4cc059f Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Mon, 18 Jun 2018 11:49:34 -0500 Subject: [PATCH] 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. --- config/zen/bli_family_zen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zen/bli_family_zen.h b/config/zen/bli_family_zen.h index db9fd4e8f..c6e66de1a 100644 --- a/config/zen/bli_family_zen.h +++ b/config/zen/bli_family_zen.h @@ -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