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

storage order consistency #51

Open
philip-davis opened this issue May 17, 2024 · 0 comments
Open

storage order consistency #51

philip-davis opened this issue May 17, 2024 · 0 comments

Comments

@philip-davis
Copy link

The C API requires Fortran-order data arrangement (fast index first). Besides being surprising to users, this complicates Python integration, since NumPy uses C order by default. Right now, the Python bindings reverse the indices, effectively rotating the arrays. This is problematic for modules and remote execution.

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