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

Commit 9a8fbbc

Browse files
author
Sven Verdoolaege
committed
MappedScop::detectReductions: 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 4fca803 commit 9a8fbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/mapped_scop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class MappedScop {
151151
void mapToBlocksAndScaleBand(
152152
detail::ScheduleTree* band,
153153
std::vector<size_t> tileSizes);
154-
// Look for innermost reduction band members.
154+
// Look for innermost reduction bands.
155155
// Store them in reductionBandUpdates_.
156156
// Return true if any were found.
157157
bool detectReductions(detail::ScheduleTree* band);

0 commit comments

Comments
 (0)