Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 4afd8b0

Browse files
author
Sven Verdoolaege
committed
memory_promotion.cc: fix typos in comments
1 parent a5f1b9d commit 4afd8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc/core/polyhedral/memory_promotion.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ isl::space add_range(isl::space space, unsigned dim) {
108108

109109
} // namespace
110110

111-
// Access has the shape :: [D -> ref] -> O
112-
// Extract the reference ID, store it separatly and simplify the access.
111+
// Access has the shape :: [S -> ref] -> O
112+
// Extract the reference ID, store it separately and simplify the access.
113113
std::unique_ptr<TensorReferenceGroup> TensorReferenceGroup::makeSingleton(
114114
isl::map originalAccess,
115115
isl::map scopedAccess,

0 commit comments

Comments
 (0)