Skip to content

Commit

Permalink
III CI patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TommiTerza committed Apr 18, 2024
1 parent 4270fa1 commit fcc4888
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion sw/applications/example_im2col/im2colGolden.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const uint32_t golden_im2col_nchw[108] = {
43660, 52141, 0, 52033, 35992, 0, 0, 0, 0
};


const uint32_t input_image_nhwc[48] = {
4047, 16986, 10416,
22393, 36967, 57252,
Expand Down
2 changes: 1 addition & 1 deletion sw/applications/example_im2col/im2col_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int output_data[OH_NCHW*OW_NCHW];

int im2col_nchw_int32()
{
PRINTF("%d %d\n", OH_NCHW, OW_NCHW);
PRINTF("OH: %d, OW: %d\n", OH_NCHW, OW_NCHW);

int size_transfer = 0;
int im_row = 0;
Expand Down
1 change: 0 additions & 1 deletion sw/applications/example_im2col/im2col_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
// By default, printfs are activated for FPGA and for simulation.
#define PRINTF_IN_FPGA 1
#define PRINTF_IN_SIM 1
#define TARGET_PYNQ_Z2 1
#define DEBUG 0 // Set to 1 to enable debug prints
#define TIMING 0 // Set to 1 to enable timing measurements

Expand Down

0 comments on commit fcc4888

Please sign in to comment.