File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,29 @@ endif ()
416
416
set (ZGEMM_UNROLL_M 4 )
417
417
set (ZGEMM_UNROLL_N 4 )
418
418
set (SYMV_P 16 )
419
+ elseif ("${TCORE} " STREQUAL "VORTEX" )
420
+ file (APPEND ${TARGET_CONF_TEMP}
421
+ "#define ARMV8\n "
422
+ "#define L1_CODE_SIZE\t 32768\n "
423
+ "#define L1_CODE_LINESIZE\t 64\n "
424
+ "#define L1_CODE_ASSOCIATIVE\t 4\n "
425
+ "#define L1_DATA_SIZE\t 32768\n "
426
+ "#define L1_DATA_LINESIZE\t 64\n "
427
+ "#define L1_DATA_ASSOCIATIVE\t 4\n "
428
+ "#define L2_SIZE\t 5262144\n "
429
+ "#define L2_LINESIZE\t 64\n "
430
+ "#define L2_ASSOCIATIVE\t 8\n "
431
+ "#define DTB_DEFAULT_ENTRIES\t 64\n "
432
+ "#define DTB_SIZE\t 4096\n " )
433
+ set (SGEMM_UNROLL_M 16 )
434
+ set (SGEMM_UNROLL_N 4 )
435
+ set (DGEMM_UNROLL_M 8 )
436
+ set (DGEMM_UNROLL_N 4 )
437
+ set (CGEMM_UNROLL_M 8 )
438
+ set (CGEMM_UNROLL_N 4 )
439
+ set (ZGEMM_UNROLL_M 4 )
440
+ set (ZGEMM_UNROLL_N 4 )
441
+ set (SYMV_P 16 )
419
442
elseif ("${TCORE} " STREQUAL "POWER6" )
420
443
file (APPEND ${TARGET_CONF_TEMP}
421
444
"#define L1_DATA_SIZE 32768\n "
You can’t perform that action at this time.
0 commit comments