Skip to content

Commit 840eee7

Browse files
authored
Reduce dram buffer size
Differential Revision: D85269330 Pull Request resolved: #15386
1 parent 2c11d56 commit 840eee7

File tree

1 file changed

+2
-2
lines changed
  • backends/cadence/vision/third-party/include_private

1 file changed

+2
-2
lines changed

backends/cadence/vision/third-party/include_private/idma_init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include "../include/dtypes.h"
55
#include "common.h"
66

7-
#define IDMA_BUFF_SIZE \
8-
16384 // 16 kb DRAM storage. Assume 4 buffers (2 input and 2 output)
7+
// 4 kb x sizeof(float32_t) = 16 kb DRAM storage. Assume 4 buffers (2 input and 2 output)
8+
#define IDMA_BUFF_SIZE 4096
99

1010
#ifndef PLACE_IN_DRAM0
1111
#define PLACE_IN_DRAM0 \

0 commit comments

Comments
 (0)