This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit e8d5082
Sven Verdoolaege
MappedScop::reductionMapSchedule: always map all thread identifiers
A reduction is always mapped to all thread identifiers.
MappedScop::detectReductions will therefore not detect a band
as a reduction if it does not have a sufficient number
of (coincident) members.
numThreads.view.size() is therefore never greater than reductionDim + 1.
Taking the minimum (introduced in 88764d3 (split out reduction band after
thread mapping to remove nested mapping, Mon Apr 9 17:43:18 2018 +0200)),
is therefore not needed and in fact only causes confusion.1 parent 4823738 commit e8d5082
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments