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

Commit c3bb86c

Browse files
author
Sven Verdoolaege
committed
MappedScop::mapToThreads: update documentation
This was missing from 88764d3 (split out reduction band after thread mapping to remove nested mapping, Mon Apr 9 17:43:18 2018 +0200).
1 parent 3e097e0 commit c3bb86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc/core/polyhedral/cuda/mapped_scop.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ class MappedScop {
158158
// Split out reduction bands and insert reduction synchronizations.
159159
void splitOutReductionsAndInsertSyncs();
160160
// Map "band" to thread identifiers using as many blockSizes values as outer
161-
// coincident dimensions, unroll band members that execute at most "unroll"
162-
// instances and return the number of mapped thread identifiers.
161+
// coincident dimensions (plus reduction dimension, if any), and
162+
// return the number of mapped thread identifiers.
163163
size_t mapToThreads(detail::ScheduleTree* band);
164164
// Map innermost bands to thread identifiers and
165165
// return the number of mapped thread identifiers.

0 commit comments

Comments
 (0)