From b5eb3487347be67b21a4ed44865ba592bf20c30c Mon Sep 17 00:00:00 2001 From: Kiran Varaganti Date: Tue, 21 May 2019 15:11:47 +0530 Subject: [PATCH] config/zen/bli_cntx_init_zen.c: removed BLIS_ENBLE_ZEN_BLOCK_SIZES macro. We have different configurations for both zen and zen2 config/zen/bli_family_zen.h: deleted macro BLIS_ENBLE_ZEN_BLOCK_SIZES config/zen/make_defs.mk: removed compiler flag -mno-avx256-split-unaligned-store frame/base/bli_cpuid.c: ROME family is 17H but model # is from 0x30H. test/test_gemm.c - commented out #define FILE_IN_OUT (some compilation error when BLIS is configured as amd64) Now we can use single configuration has ./configure amd64 - this will work both for ROME & Naples Change-Id: I91b4fc35380f8a35b4f4c345da040c6b5910b4a2 --- 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 31e1d2dd7..01544e8b5 100644 --- a/config/zen/bli_family_zen.h +++ b/config/zen/bli_family_zen.h @@ -42,7 +42,7 @@ #define BLIS_DEFAULT_MR_THREAD_MAX 1 #define BLIS_DEFAULT_NR_THREAD_MAX 1 -//#define BLIS_ENABLE_ZEN_BLOCK_SIZES + #define BLIS_ENABLE_SMALL_MATRIX #define BLIS_ENABLE_SMALL_MATRIX_TRSM