Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

#define TILE_SIZE ${TILE_SIZE}

#define STRIDE_EQ_DILATION ${STRIDE_EQ_DILATION}

#define BATCH_SIZE_X ${BATCH_SIZE_X}

#define BATCH_SIZE_Y ${BATCH_SIZE_Y}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ conv2d_dw_output_tile:
TILE_SIZE: 3
BATCH_SIZE_X: 4
BATCH_SIZE_Y: 2
STRIDE_EQ_DILATION: 0
generate_variant_forall:
DTYPE:
- VALUE: half
Expand All @@ -26,15 +25,3 @@ conv2d_dw_output_tile:
- NAME: conv2d_dw_output_tile_5x5_clamp
OPERATOR: clamp(X, A, B)
TILE_SIZE: 5
- NAME: conv2d_dw_sed_output_tile_3x3
STRIDE_EQ_DILATION: 1
- NAME: conv2d_dw_sed_output_tile_3x3_clamp
OPERATOR: clamp(X, A, B)
STRIDE_EQ_DILATION: 1
- NAME: conv2d_dw_sed_output_tile_5x5
TILE_SIZE: 5
STRIDE_EQ_DILATION: 1
- NAME: conv2d_dw_sed_output_tile_5x5_clamp
OPERATOR: clamp(X, A, B)
TILE_SIZE: 5
STRIDE_EQ_DILATION: 1
Loading