We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb6069 commit 9d0abe2Copy full SHA for 9d0abe2
cmake/prebuild.cmake
@@ -1309,6 +1309,15 @@ endif ()
1309
"#define DTB_DEFAULT_ENTRIES 128\n"
1310
"#define DTB_SIZE 4096\n"
1311
"#define L2_ASSOCIATIVE 8\n")
1312
+ elseif ("${TCORE}" STREQUAL "RISCV64_GENERIC")
1313
+ file(APPEND ${TARGET_CONF_TEMP}
1314
+ "#define L1_DATA_SIZE 32768\n"
1315
+ "#define L1_DATA_LINESIZE 32\n"
1316
+ "#define L2_SIZE 1048576\n"
1317
+ "#define L2_LINESIZE 32 \n"
1318
+ "#define DTB_DEFAULT_ENTRIES 128\n"
1319
+ "#define DTB_SIZE 4096\n"
1320
+ "#define L2_ASSOCIATIVE 4\n")
1321
endif()
1322
set(SBGEMM_UNROLL_M 8)
1323
set(SBGEMM_UNROLL_N 4)
0 commit comments