pyamrex icon indicating copy to clipboard operation
pyamrex copied to clipboard

[WIP] TableData

Open ax3l opened this issue 1 year ago • 0 comments

Bind the amrex::TableData<T, N> as a potential light-weight view to interface with 1-4D, external ND data (CPU/GPU).

  • [ ] expose 1D: Table1D<T> and TableData<T, 1>
  • [ ] support initialization from NumPy
  • [ ] support initialization from CuPy
  • [ ] tests

ax3l avatar Mar 21 '24 15:03 ax3l