flash: Restructure for full software pipelining

Verified up to P and O before PV; need to fix iteration for V load.
This commit is contained in:
Hansung Kim
2024-09-08 18:45:32 -07:00
parent cdb8377b62
commit 8efa6868ea
2 changed files with 239 additions and 206 deletions

View File

@@ -73,7 +73,7 @@ static_assert(WMITER * WNITER * TCM * TCN * NUM_WARPS * CORES_PER_CLUSTER ==
#define TRANSPOSE_AT_CONSUME 0
#define GEMMINI_DMA 1
#define GEMMINI_DMA_FAST 1
#define GEMMINI_DMA_FAST 0
#define GEMMINI_DMA_FLEXIBLE_LAYOUT 1
#if SMEM_SIZE == 0x4000
#define SMEM_ADDR_Q0 ((float * const) 0xff000000)