Skip to content

Commit 2a11f0b

Browse files
lucylqYIWENX14
authored andcommitted
fix-up (#7665)
1 parent 27a124f commit 2a11f0b

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define op(X, A, B) ${OPERATOR}
1616

17-
#include "indexing_utils_u16.h"
17+
#include "indexing_utils.h"
1818

1919
layout(std430) buffer;
2020

backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define op(X, A, B) ${OPERATOR}
2424

25-
#include "indexing_utils_u16.h"
25+
#include "indexing_utils.h"
2626

2727
layout(std430) buffer;
2828

backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define op(X, A, B) ${OPERATOR}
1818

19-
#include "indexing_utils_u16.h"
19+
#include "indexing_utils.h"
2020

2121
layout(std430) buffer;
2222

backends/vulkan/runtime/graph/ops/glsl/indexing_utils_u16.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)