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.
do not look up the new outer band after shared memory promotion
The code looking up the new outer band was added in the prehistory
assuming that some steps following shared memory promotion in
makeWithOuterBlockInnerThreadStrategy may need it. This is not and has
never been the case. Given that shared memory promotion may now be
performed at an arbitrary depth, one can no longer assume any relation
between the shared memory promotion copies and the outer band. Remove
the code looking up for the outer band.
0 commit comments