Skip to content

Commit 7ee4410

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent 343aa70 commit 7ee4410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/vulkan/runtime/graph/ops/impl/LinearDw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void linear_dW(ComputeGraph& graph, const std::vector<ValueRef>& args) {
5959
int32_t i = 0;
6060
const ValueRef d_out = args.at(i++);
6161
const ValueRef x = args.at(i++);
62-
const ValueRef dW = args.at(i++);
62+
const ValueRef dW = args.at(i);
6363

6464
VK_CHECK_COND(graph.dtype_of(d_out) == vkapi::kFloat);
6565
VK_CHECK_COND(graph.dtype_of(x) == vkapi::kFloat);

0 commit comments

Comments
 (0)