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.
move warning on positive minimal mapping to MappedScop::map
tightenLaunchBounds logs a warning if the minimum of
the block or thread mapping is strictly positive
since it would be possible to shift the mapping over that
minimum and further tighten the bounds.
Given the current infrastructure of TC, it is fairly
unlikely that this would happen and especially for this to happen
consistently over the entire tree.
Furthermore, by the time tightenLaunchBounds is called
it is too late to change the mapping.
Move the warning to where the mapping is constructed and
where it could in principle still be adjusted.
0 commit comments