Skip to content

Commit

Permalink
Definitly should be a ref...
Browse files Browse the repository at this point in the history
  • Loading branch information
csarofeen authored and rdspring1 committed Jul 8, 2020
1 parent 1eca373 commit 33eb027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/jit/codegen/cuda/compute_at.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ void ComputeAt::runPass() {
traverseBackward();

// Clear data from backward traversal:
for (auto entry : tv_data) {
for (auto& entry : tv_data) {
entry.second.clearPass();
}

Expand Down

0 comments on commit 33eb027

Please sign in to comment.