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

Commit fd3ebd1

Browse files
author
Sven Verdoolaege
committed
memory_promotion.h: translate French to English in comments
1 parent f137794 commit fd3ebd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tc/core/polyhedral/memory_promotion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum class AccessType : short { Read, Write };
3838
// access is not strided, then "offset" is a zero expression and "stride" is 1.
3939
// The lowerBound and the size are computed after removing the potential stride.
4040
// The scope is defined by a specific position in a schedule tree (const
41-
// ScheduleTree*), the user is responsible for maintaining the correspondance
41+
// ScheduleTree*), the user is responsible for maintaining the correspondence
4242
// between schedule tree positions and footprints.
4343
struct ScopedFootprint {
4444
size_t dim() const {
@@ -66,7 +66,7 @@ struct ScopedFootprint {
6666

6767
// Descriptor of tensor reference in a Scop.
6868
// May be scoped to a specific position in a schedule tree, the user is
69-
// responsible for maintaining the correspondance between schedule tree
69+
// responsible for maintaining the correspondence between schedule tree
7070
// positions and scoped access relations.
7171
class TensorReference {
7272
public:
@@ -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 correspondance between schedule tree positions and scoped
107+
// for maintaing 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)