Skip to content

Commit 0927ecd

Browse files
: python/monarch: pytorch InputBuffer::add() signature changed
Differential Revision: D86025607
1 parent fe19d21 commit 0927ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/monarch/gradient/_gradient_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ struct GradientGenerator {
425425
check_and_reduce(node->node, input_nr, std::move(t)),
426426
std::nullopt,
427427
std::nullopt,
428-
node->node);
428+
);
429429
}
430430

431431
InputBuffer& realInputBuffer(NodeState* state) {

0 commit comments

Comments
 (0)