Skip to content

Commit

Permalink
Fix input channel subtile and weight bandwidth defines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 10, 2024
1 parent 5cfb6ab commit bc79510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neureka_v2/hal/neureka_v2_task_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

#define NEUREKA_V2_SUBTILE_INPUT_HEIGHT_3x3 (8)
#define NEUREKA_V2_SUBTILE_INPUT_WIDTH_3x3 (8)
#define NEUREKA_V2_SUBTILE_INPUT_CHANNEL_3x3 (28)
#define NEUREKA_V2_SUBTILE_INPUT_CHANNEL_3x3 (32)

#define NEUREKA_V2_SUBTILE_OUTPUT_HEIGHT (6)
#define NEUREKA_V2_SUBTILE_OUTPUT_WIDTH (6)
#define NEUREKA_V2_SUBTILE_OUTPUT_CHANNEL (32)

#define NEUREKA_V2_OUTPUT_BANDWIDTH_BYTES (32)
#define NEUREKA_V2_WEIGHT_BANDWIDTH_BYTES (32)
#define NEUREKA_V2_WEIGHT_BANDWIDTH_BYTES (36)

/* TASK REGISTERS */

Expand Down

0 comments on commit bc79510

Please sign in to comment.