We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19fe4a commit 5dfcad1Copy full SHA for 5dfcad1
backends/vulkan/runtime/graph/ops/impl/Convolution.cpp
@@ -402,6 +402,7 @@ void add_conv2d_node(
402
wg_size = {wg_size[0] * wg_size[1] * wg_size[2], 1, 1};
403
} else if (method == Conv2dMethod::Pointwise) {
404
wg_size = {wg_size[0] * wg_size[1], wg_size[2], 1};
405
+ }
406
407
utils::uvec3 local_wg_size;
408
if (method == Conv2dMethod::Pointwise) {
0 commit comments