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

Commit 5b67abd

Browse files
author
Sven Verdoolaege
committed
memory_promotion_heuristic.cc: fix typo in comment
1 parent e6e76bc commit 5b67abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/memory_promotion_heuristic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ size_t computeThreadIdxXScheduleDepth(
271271
*
272272
* In particular, check if incrementing the schedule dimension mapped to
273273
* Thread::x results in the last tensor index being incremented as well.
274-
* Since accesses in the group may belong to different statements, which are
274+
* Since accesses in the group may belong to different statements, which may
275275
* have different loops mapped to Thread::x, perform the check for each basic
276276
* map in the union of access maps taking into account which dimension is
277277
* mapped for a particular statement (domain of the basic map). The group is

0 commit comments

Comments
 (0)