Skip to content

Add support for C contiguous arrays #56

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

Open
pavanky opened this issue Dec 19, 2015 · 0 comments
Open

Add support for C contiguous arrays #56

pavanky opened this issue Dec 19, 2015 · 0 comments

Comments

@pavanky
Copy link
Member

pavanky commented Dec 19, 2015

Many python modules default to C contiguous layouts. Adding support for this would be nice.

This can be solved independently of upstream. Most functions are independent of the layout. The few that are dependent include the following.

  • Functions that depend on the dimension number: reductions / sort / scan / ffts.
  • Linear algebra functions that assume column major layout: matmul, lu, qr, cholesky, solve.
  • Perhaps some others I am missing.
@pavanky pavanky added this to the 3.3 milestone Dec 19, 2015
@pavanky pavanky modified the milestones: 3.3, 3.4 Mar 20, 2016
@pavanky pavanky mentioned this issue Mar 24, 2016
@pavanky pavanky modified the milestones: 3.4, 3.5 Sep 24, 2016
@pavanky pavanky removed this from the 3.5 milestone Jul 18, 2017
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