Fix GPU addressing bug
- Feb 12, 2025
-
-
Aaron Councilman authored
-
Aaron Councilman authored
-
Aaron Councilman authored
-
Aaron Councilman authored
-
Aaron Councilman authored
-
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
.