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
Stagno
changed the title
Add check that sparse fields are accessed non-offset outside of reductions
Add check that sparse fields are accessed offset in nested reductions and non-offset anywhere else
Dec 9, 2020
Considering the following field (or temporary field):
The following ways to access it are non-offset:
while to access it offset, you would need nested reductions:
Add a check (and tests) to enforce that the access is correctly tagged as offset/non-offset (i.e. offset iff inside nested reduction).
The text was updated successfully, but these errors were encountered: