Skip to content

Commit 62d6587

Browse files
committed
typo
1 parent a08faa9 commit 62d6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/csrc/jit/codegen/cuda/compute_at_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ void IterDomainGraph::build(Fusion* fusion) {
419419

420420
// Look for matching ID transformations in producer and consumer, replay
421421
// producer as consumer. We use the symmetric API of BestEffortReplay so
422-
// that both broadcast and squeeze and handled correctly.
422+
// that both broadcast and squeeze are handled correctly.
423423
const auto permissive_disjoint_sets =
424424
BestEffortReplay::replayPasC(p_tv, c_tv, -1, pairwise_map)
425425
.getDisjointSets();

0 commit comments

Comments
 (0)