From 0557eba78f5fcf28f0f039f28da79498ffde848c Mon Sep 17 00:00:00 2001 From: Nisanth M P Date: Mon, 19 Mar 2018 12:49:26 +0530 Subject: [PATCH] Re-enabling the small matrix gemm optimization for target zen Change-Id: I13872784586984634d728cd99a00f71c3f904395 --- config/zen/bli_family_zen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/zen/bli_family_zen.h b/config/zen/bli_family_zen.h index ccf6a2d42..db9fd4e8f 100644 --- a/config/zen/bli_family_zen.h +++ b/config/zen/bli_family_zen.h @@ -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