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

Commit 86f8a9a

Browse files
author
Sven Verdoolaege
committed
memory_promotion.cc: fix typos in comments
1 parent 07f632e commit 86f8a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/memory_promotion.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ isl::multi_aff TensorReferenceGroup::promotion() const {
372372
isl::map map = scopedAccesses();
373373
auto accessSpace = map.get_space();
374374

375-
// lower bounsd space is S -> O; which we transform into [S -> O] -> P
375+
// lower bounds space is S -> P; which we transform into [S -> O] -> P
376376
auto lowerBounds = approximation.lowerBounds().pullback(
377377
isl::multi_aff::domain_map(accessSpace));
378378
auto promotion = isl::multi_aff::range_map(accessSpace)

0 commit comments

Comments
 (0)