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

blueprint for nd iteration #74

Open
cyrush opened this issue Oct 19, 2016 · 1 comment
Open

blueprint for nd iteration #74

cyrush opened this issue Oct 19, 2016 · 1 comment
Labels
Projects

Comments

@cyrush
Copy link
Member

cyrush commented Oct 19, 2016

for better compatibility with Sidre N-D Fortran array support and python ndarrays

start with the contiguous case:

+shape (list of ints)
+values (actually 1-d array with values)

@cyrush cyrush added the design label Oct 19, 2016
@cyrush cyrush added this to the 0.4.0 milestone May 30, 2018
@cyrush cyrush modified the milestones: 0.4.0, 0.5.0 Dec 22, 2018
@cyrush cyrush modified the milestones: 0.5.0, 0.6.0 Oct 14, 2019
@cyrush cyrush removed this from the 0.6.0 milestone Apr 3, 2020
@cyrush
Copy link
Member Author

cyrush commented Jan 15, 2022

this is evolving into a more abstract ND Iterator or ND Relation capability that will support:

values

along with:

shape
offsets
strides

strides and implicit shape have been explored in the context of structured meshes.

we are working on extensions to the mesh blueprint that will also demo offsets.

@cyrush cyrush changed the title blueprint for ndarray blueprint for nd iteration Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Blueprint
Discussions
Development

No branches or pull requests

1 participant