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 14
14
15
15
#define TILE_SIZE ${TILE_SIZE}
16
16
17
- #define STRIDE_EQ_DILATION ${STRIDE_EQ_DILATION}
18
-
19
17
#define BATCH_SIZE_X ${BATCH_SIZE_X}
20
18
21
19
#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:
12
12
TILE_SIZE : 3
13
13
BATCH_SIZE_X : 4
14
14
BATCH_SIZE_Y : 2
15
- STRIDE_EQ_DILATION : 0
16
15
generate_variant_forall :
17
16
DTYPE :
18
17
- VALUE : half
@@ -26,15 +25,3 @@ conv2d_dw_output_tile:
26
25
- NAME : conv2d_dw_output_tile_5x5_clamp
27
26
OPERATOR : clamp(X, A, B)
28
27
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