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
This problem is a little convoluted to describe in a generic fashion, I'm just leaving the specific example for later investigation.
Consider the following stencil:
This problem is a little convoluted to describe in a generic fashion, I'm just leaving the specific example for later investigation.
Consider the following stencil:
This stencil is only valid when when
__stencil_arg2
can be derefed with a Koff of -1. However now consider we unroll the neighbor reduction we becomeNow suddenly this is unconditionally valid as
can_deref
will just mask the previously invalid accesses inK
.The text was updated successfully, but these errors were encountered: