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

Commit 41f3c11

Browse files
author
Sven Verdoolaege
committed
memory_promotion.cc: fix typo in comment
1 parent 4615c82 commit 41f3c11

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
@@ -366,7 +366,7 @@ TensorGroups TensorReferenceGroup::accessedBySubtree(
366366
return tensorGroups;
367367
}
368368

369-
// Compute the relation between schedule dimensions, orignal and promoted array
369+
// Compute the relation between schedule dimensions, original and promoted array
370370
// subscripts, in the space
371371
// [S -> O] -> P
372372
// The mapping depends on the original schedule dimensions because the same

0 commit comments

Comments
 (0)