Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Throw warning for parallelized, unaligned loads into LineBuffer or rethink template #246

Open
mattfel1 opened this issue Nov 26, 2017 · 0 comments

Comments

@mattfel1
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant