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.
Both cases test reduction detection for a non-parametric 2-dimensionnal mean.
They differ only by the number of mapped threads, and the expected result.
When mapping to more threads than tiling size, some threads are
considered to do nothing, which prevents the reduction detection from
succeeding. Fixing this would require to perform launch bounds
tightening before reduction detection.
0 commit comments