@@ -38,7 +38,7 @@ enum class AccessType : short { Read, Write };
38
38
// access is not strided, then "offset" is a zero expression and "stride" is 1.
39
39
// The lowerBound and the size are computed after removing the potential stride.
40
40
// 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
42
42
// between schedule tree positions and footprints.
43
43
struct ScopedFootprint {
44
44
size_t dim () const {
@@ -66,7 +66,7 @@ struct ScopedFootprint {
66
66
67
67
// Descriptor of tensor reference in a Scop.
68
68
// 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
70
70
// positions and scoped access relations.
71
71
class TensorReference {
72
72
public:
@@ -104,7 +104,7 @@ typedef std::unordered_map<isl::id, TensorGroupsInfo, isl::IslIdIslHash>
104
104
// memory together to avoid inconsistent values.
105
105
//
106
106
// 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
108
108
// access relations of each reference as well as scoped footprints.
109
109
class TensorReferenceGroup {
110
110
private:
0 commit comments