Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] TableData #281

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 21, 2024

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

Bind the `amrex::TableData<T, N>` as a potential light-weight
view to interface with 1-4D, external ND data (CPU/GPU).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant