From 501522e8f2ce9c09ec81071e81da0e131be7153a Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 4 Jul 2024 15:55:35 +0200 Subject: BS: configurable input size --- BS/support/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BS/support') diff --git a/BS/support/common.h b/BS/support/common.h index 413a6f8..dbd050c 100755 --- a/BS/support/common.h +++ b/BS/support/common.h @@ -10,6 +10,7 @@ #endif // Transfer size between MRAM and WRAM +// BL=10 does not work here. #ifdef BL #define BLOCK_SIZE_LOG2 BL #define BLOCK_SIZE (1 << BLOCK_SIZE_LOG2) @@ -22,7 +23,9 @@ #define DTYPE int64_t // Vector size +#ifndef INPUT_SIZE #define INPUT_SIZE 2048576 +#endif typedef struct { uint64_t input_size; -- cgit v1.2.3