File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
backends/vulkan/runtime/graph/ops/glsl Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1414
1515#define TILE_SIZE ${TILE_SIZE}
1616
17- #define STRIDE_EQ_DILATION ${STRIDE_EQ_DILATION}
18-
1917#define BATCH_SIZE_X ${BATCH_SIZE_X}
2018
2119#define BATCH_SIZE_Y ${BATCH_SIZE_Y}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ conv2d_dw_output_tile:
1212 TILE_SIZE : 3
1313 BATCH_SIZE_X : 4
1414 BATCH_SIZE_Y : 2
15- STRIDE_EQ_DILATION : 0
1615 generate_variant_forall :
1716 DTYPE :
1817 - VALUE : half
@@ -26,15 +25,3 @@ conv2d_dw_output_tile:
2625 - NAME : conv2d_dw_output_tile_5x5_clamp
2726 OPERATOR : clamp(X, A, B)
2827 TILE_SIZE : 5
29- - NAME : conv2d_dw_sed_output_tile_3x3
30- STRIDE_EQ_DILATION : 1
31- - NAME : conv2d_dw_sed_output_tile_3x3_clamp
32- OPERATOR : clamp(X, A, B)
33- STRIDE_EQ_DILATION : 1
34- - NAME : conv2d_dw_sed_output_tile_5x5
35- TILE_SIZE : 5
36- STRIDE_EQ_DILATION : 1
37- - NAME : conv2d_dw_sed_output_tile_5x5_clamp
38- OPERATOR : clamp(X, A, B)
39- TILE_SIZE : 5
40- STRIDE_EQ_DILATION : 1
You can’t perform that action at this time.
0 commit comments