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() {
5151
5252 const int out_channel_4up = int (uBlock.ch_info.x);
5353 const int in_channel_4up = int (uBlock.ch_info.y);
54-
5554 const int out_batch = int (out_sizes.data[3 ]);
5655 const int max_dst_index = out_batch * out_channel_4up;
5756 VEC4_T outval = VEC4_T(0.0 );
Original file line number Diff line number Diff line change 88
99#include < executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h>
1010
11- #include < executorch/backends/vulkan/runtime/api/api.h>
12-
1311#include < executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h>
1412#include < executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h>
1513#include < executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h>
1614
17- #include < executorch/backends/vulkan/runtime/graph/Logging.h>
18- #include < iostream>
19-
2015namespace vkcompute {
2116
2217using api::utils::ivec3;
You can’t perform that action at this time.
0 commit comments