You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
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.
0 commit comments