Skip to content

Moving AoSoA particle data access to MemberSlice

Slattery, Stuart requested to merge (removed):view_refactor into master

To avoid aliasing to both enable vectorization and improve GPU performance data for particles in an AoSoA is now accessed through the MemberSlice rather than the AoSoA. In addition, MemberSlices are now unmanaged views of the core data block to avoid aliasing.

Merge request reports