flash: use 12bit dma interface

This commit is contained in:
Hansung Kim
2024-09-08 15:29:46 -07:00
parent 30a4d15cde
commit 3f50ac57ee
2 changed files with 5 additions and 5 deletions

View File

@@ -9,12 +9,10 @@
#define HEADDIM 64
constexpr uint32_t ROWMAX_SETS = 3;
constexpr bool DEBUG = true;
constexpr bool WARP_SPECIALIZED = false;
constexpr uint32_t DEV_FAKE_SMEM_START_ADDR = 0xf0000000;
constexpr bool GEMMINI_DMA_FAST = false;
constexpr bool Q_IS_K_MAJOR = true;
// temporary safety stop for wrong configs