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 has been archived by the owner on Dec 1, 2018. It is now read-only.
If you parallelize an unaligned load, you could potentially get the wrong result in the app since the Linebuffer assumes a constant enqueue stride and therefore has one wren signal. If the load is unaligned so that there are elements in the burst that are not getting enqueued into the lb, so it will refuse to enqueue any elements from that burst right now, secretly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you parallelize an unaligned load, you could potentially get the wrong result in the app since the Linebuffer assumes a constant enqueue stride and therefore has one wren signal. If the load is unaligned so that there are elements in the burst that are not getting enqueued into the lb, so it will refuse to enqueue any elements from that burst right now, secretly.
The text was updated successfully, but these errors were encountered: