We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19fefd1 + a7ac252 commit 096ae6fCopy full SHA for 096ae6f
1 file changed
cmake/prebuild.cmake
@@ -581,6 +581,15 @@ endif ()
581
set(ZGEMM_UNROLL_M 8)
582
set(ZGEMM_UNROLL_N 2)
583
set(SYMV_P 8)
584
+ elseif ("${TCORE}" STREQUAL "GENERIC")
585
+ file(APPEND ${TARGET_CONF_TEMP}
586
+ "#define L1_DATA_SIZE 32768\n"
587
+ "#define L1_DATA_LINESIZE 128\n"
588
+ "#define L2_SIZE 524288\n"
589
+ "#define L2_LINESIZE 128 \n"
590
+ "#define DTB_DEFAULT_ENTRIES 128\n"
591
+ "#define DTB_SIZE 4096\n"
592
+ "#define L2_ASSOCIATIVE 8\n")
593
endif()
594
set(SBGEMM_UNROLL_M 8)
595
set(SBGEMM_UNROLL_N 4)
0 commit comments