Fix GPU addressing bug
All threads resolved!
All threads resolved!
Compare changes
While working on BFS discovered a bug in the address computations for the GPU backend when dealing with arrays of products.
Discovered a few issues that were causing this
get_alignment
as the element size rather than get_size
.See comments for some questions I have related to extra_dim_collects
.