We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c11d56 commit 840eee7Copy full SHA for 840eee7
backends/cadence/vision/third-party/include_private/idma_init.h
@@ -4,8 +4,8 @@
4
#include "../include/dtypes.h"
5
#include "common.h"
6
7
-#define IDMA_BUFF_SIZE \
8
- 16384 // 16 kb DRAM storage. Assume 4 buffers (2 input and 2 output)
+ // 4 kb x sizeof(float32_t) = 16 kb DRAM storage. Assume 4 buffers (2 input and 2 output)
+#define IDMA_BUFF_SIZE 4096
9
10
#ifndef PLACE_IN_DRAM0
11
#define PLACE_IN_DRAM0 \
0 commit comments