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

Commit 3a391ea

Browse files
author
Sven Verdoolaege
committed
memory_promotion.h: fix typo in comment
1 parent fd3ebd1 commit 3a391ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/memory_promotion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ typedef std::unordered_map<isl::id, TensorGroupsInfo, isl::IslIdIslHash>
104104
// memory together to avoid inconsistent values.
105105
//
106106
// Scoped to a specific position in a schedule tree, the user is responsible
107-
// for maintaing the correspondence between schedule tree positions and scoped
107+
// for maintaining the correspondence between schedule tree positions and scoped
108108
// access relations of each reference as well as scoped footprints.
109109
class TensorReferenceGroup {
110110
private:

0 commit comments

Comments
 (0)