Skip to content

Commit 1d2e7b3

Browse files
committed
Remove sw pooling for A_stride conv-fsm code
1 parent ea0dec8 commit 1d2e7b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/gemmini.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,8 @@ static void sp_tiled_conv_A_stride(
10941094

10951095
gemmini_loop_conv_ws(batch_size, in_dim, in_channels, out_channels, out_dim, pool_out_dim, stride, padding, kernel_dim, pool_size, pool_stride, pool_padding, batches, porows, pocols, pochs, krows, kcols, kchs, lpad, rpad, upad, dpad, plpad, prpad, pupad, pdpad, orows, ocols, weights, output, bias, input, no_bias, no_pool);
10961096

1097-
// mvout output
1097+
/*
1098+
// pool output
10981099
if (output != NULL && !no_pool) {
10991100
gemmini_extended_config_st(out_channels * sizeof(elem_t), pool_stride, pool_size, pool_out_dim, porows, pocols, orows, ocols, pupad, plpad);
11001101
@@ -1114,6 +1115,7 @@ static void sp_tiled_conv_A_stride(
11141115
11151116
gemmini_config_st(out_channels * sizeof(elem_t));
11161117
}
1118+
*/
11171119

11181120
/*
11191121
// mvin bias

0 commit comments

Comments
 (0)