sgemm_impl: Remove unused FLEXIBLE_LAYOUT

This commit is contained in:
Hansung Kim
2024-09-10 15:54:17 -07:00
parent 90e03894fc
commit ccddd0bcc9

View File

@@ -73,8 +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 0
#define GEMMINI_DMA_FLEXIBLE_LAYOUT 1
#define GEMMINI_DMA_FAST 1
#if SMEM_SIZE == 0x4000
#define SMEM_ADDR_Q0 ((float * const) 0xff000000)
#define SMEM_ADDR_Q1 ((float * const) 0xff001000)