We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a10c23 commit a9eabb9Copy full SHA for a9eabb9
gemmini/gemmini.cc
@@ -1061,9 +1061,6 @@ void gemmini_t::loop_conv_ws(reg_t rs1, reg_t rs2) {
1061
2,
1062
out_channels * sizeof(elem_t));
1063
1064
-
1065
- (pool_out_dim << 24) | (plpad << 10) | (pupad << 8) | (pool_size << 6) | (pool_stride << 4)
1066
1067
for (int b = 0; b < batches; b++) {
1068
for (int poch = 0; poch < pochs; poch += DIM) {
1069
const int channels = poch + DIM >= pochs ? pochs - poch : DIM;
0 commit comments