Open
Description
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 Doc: Simple Compute (Helpers) #273
For the new pure SoA layout, we can update our .to_df()
methods:
.to_cudf()
variant (read/write, zero-copy on GPU)