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.
2 parents 947e963 + 1e0c686 commit cb5d21aCopy full SHA for cb5d21a
backends/vulkan/runtime/graph/ops/impl/Var.cpp
@@ -42,7 +42,7 @@ void add_var_buffer_node(
42
reduce_dim = nchw_dim_to_whcn_dim(reduce_dim, ndim);
43
44
// Check that the concat dim is not the reduction dim, if the tensor has a
45
- // batch dim greater than 1.
+ // batch dim greater than 1
46
if (graph.dim_of(in) == 4 && graph.size_at<int>(0, in) > 1) {
47
VK_CHECK_COND(graph.concat_dim_of(in) != reduce_dim);
48
VK_CHECK_COND(graph.concat_dim_of(out) != reduce_dim);
0 commit comments