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

Non-homogeneous/hidden dimensions? #46

Open
anton-malakhov opened this issue May 29, 2018 · 0 comments
Open

Non-homogeneous/hidden dimensions? #46

anton-malakhov opened this issue May 29, 2018 · 0 comments

Comments

@anton-malakhov
Copy link

anton-malakhov commented May 29, 2018

For the sake of hardware efficiency, we might want to store arrays in blocking formats, e.g. (i, j) --> (i, j, j4, i4). But from the point of view of user-experience, it's still good to provide look'n'feel of (i, j). Numpy does not allow creating a low-dimensional view into higher-dimensional array but it could be possible if it'd store internal dimensions for sake of all the C extensions, which would know the real strides while presenting 'interface' dimensions to user. Would this kind of trick possible with this libndtypes? Thanks!

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

No branches or pull requests

1 participant