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::mapToThreads: treat coincident and reduction dimensions the same
Now that an entire band is mapped as a whole, rather than having
the reduction dimensions and coincident dimensions mapped by separate
calls to MappedScop::mapToThreads, there is no longer any need
to treat them separately.
The reduction dimension still needs to be mapped to X thread
identifier, but since it appears in the innermost position
of the dimensions mapped to thread identifiers, it will get
mapped to the X thread identifier automatically.
This significantly simplifies the code and
is a useful step in moving towards generating a single mapping node
for the entire thread mapping.
0 commit comments