File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
backends/vulkan/runtime/graph/ops Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ void main() {
51
51
52
52
const int out_channel_4up = int (uBlock.ch_info.x);
53
53
const int in_channel_4up = int (uBlock.ch_info.y);
54
-
55
54
const int out_batch = int (out_sizes.data[3 ]);
56
55
const int max_dst_index = out_batch * out_channel_4up;
57
56
VEC4_T outval = VEC4_T(0.0 );
Original file line number Diff line number Diff line change 8
8
9
9
#include < executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h>
10
10
11
- #include < executorch/backends/vulkan/runtime/api/api.h>
12
-
13
11
#include < executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h>
14
12
#include < executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h>
15
13
#include < executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h>
16
14
17
- #include < executorch/backends/vulkan/runtime/graph/Logging.h>
18
- #include < iostream>
19
-
20
15
namespace vkcompute {
21
16
22
17
using api::utils::ivec3;
You can’t perform that action at this time.
0 commit comments