pyamrex icon indicating copy to clipboard operation
pyamrex copied to clipboard

Particles (Pure SoA): `cudf`

Open ax3l opened this issue 1 year ago • 0 comments

For the new pure SoA layout, we can update our .to_df() methods:

  • add write support (zero-copy creation)
  • add a .to_cudf() variant (read/write, zero-copy on GPU)
  • document its usage as in #273

ax3l avatar Jan 28 '24 21:01 ax3l