File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
198
198
set (CGEMM_UNROLL_N 4 )
199
199
set (ZGEMM_UNROLL_M 8 )
200
200
set (ZGEMM_UNROLL_N 4 )
201
- elseif ("${CORE} " STREQUAL "THUNDERX)
201
+ elseif ("${CORE} " STREQUAL "THUNDERX" )
202
202
file (APPEND ${TARGET_CONF_TEMP}
203
203
"#define L1_CODE_SIZE\t 32768\n "
204
204
"#define L1_CODE_LINESIZE\t 64\n "
@@ -224,7 +224,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
224
224
set (CGEMM_UNROLL_N 2 )
225
225
set (ZGEMM_UNROLL_M 2 )
226
226
set (ZGEMM_UNROLL_N 2 )
227
- elseif ("${CORE} " STREQUAL "THUNDERX2T99)
227
+ elseif ("${CORE} " STREQUAL "THUNDERX2T99" )
228
228
file (APPEND ${TARGET_CONF_TEMP}
229
229
"#define L1_CODE_SIZE\t 32768\n "
230
230
"#define L1_CODE_LINESIZE\t 64\n "
You can’t perform that action at this time.
0 commit comments