flash: Revert to gemmini config, remove DEBUG and unnecessary checks

This commit is contained in:
Hansung Kim
2024-09-12 14:25:33 -07:00
parent b5916f3f07
commit be15cffbf3
2 changed files with 4 additions and 8 deletions

View File

@@ -11,8 +11,8 @@
#define ROW_REMAINDER_LOGIC
constexpr uint32_t ROWMAX_SETS = 3;
constexpr bool WARP_SPECIALIZED = true;
constexpr bool TENSOR_CORE = true;
constexpr bool WARP_SPECIALIZED = false;
constexpr bool TENSOR_CORE = false;
// temporary safety stop for wrong configs
static_assert(NUM_CORES == 4);