Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
ghstack-source-id: c38cfcd87885645e7190729adac4d45db2b9dec0
Pull Request resolved: #66572
  • Loading branch information
suo committed Oct 13, 2021
1 parent 86cf22c commit daecb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aten/src/ATen/native/MathBitsFallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct MathOpFallback {
op.redispatchBoxed(dispatch_keys & c10::DispatchKeySet(DispatchKeySet::FULL_AFTER, key), stack);

TORCH_INTERNAL_ASSERT(mutable_inputs_with_their_clones.size() <= 1);

for (std::pair<Tensor, Tensor> mut_tensors: mutable_inputs_with_their_clones) {
auto& mutable_input = mut_tensors.first;
auto& cloned_mutable_input = mut_tensors.second;
Expand Down

0 comments on commit daecb13

Please sign in to comment.