Skip to content

Commit

Permalink
Fixup vulkan code
Browse files Browse the repository at this point in the history
Bring vulkan codebase in sync with internal
  • Loading branch information
kirklandsign authored Jan 31, 2025
1 parent e55a3b0 commit c0676fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
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
13 changes: 0 additions & 13 deletions backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml
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

0 comments on commit c0676fe

Please sign in to comment.