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
The current implementation of sparse particle storage only works when the current state is stored as a vector of particles. For GPU implementations where the particles are stored as a dense matrix this isn't appropriate.
This can be overcome by adding a specialised getindex for these containers.
The text was updated successfully, but these errors were encountered:
The current implementation of sparse particle storage only works when the current state is stored as a vector of particles. For GPU implementations where the particles are stored as a dense matrix this isn't appropriate.
This can be overcome by adding a specialised
getindex
for these containers.The text was updated successfully, but these errors were encountered: