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

nd arrays #14

Open
adler-j opened this issue Feb 25, 2016 · 5 comments
Open

nd arrays #14

adler-j opened this issue Feb 25, 2016 · 5 comments
Labels

Comments

@adler-j
Copy link
Member

adler-j commented Feb 25, 2016

We currently only support 1d arrays. I'll look into how we could improve this to either true Nd array support, or to at least 2d, 3d support.

@kohr-h
Copy link
Member

kohr-h commented Feb 25, 2016

Yay!

@adler-j
Copy link
Member Author

adler-j commented Feb 25, 2016

Spent some time looking at this, could turn out to be quite hard. Considering if we should "outsource" this to some external library, looking into it atm.

@kohr-h
Copy link
Member

kohr-h commented Feb 25, 2016

There may be interesting stuff here

@adler-j
Copy link
Member Author

adler-j commented Feb 26, 2016

Did some research, seems like there are several options. I quite lite the approach of libgpuarray, first since it supports the "basics", and also since they seem quite active and respond to pull requests etc. Also it seems to work on most platforms and with minimal installation hassle. Plus is used by Theano, which kind-of guarantees continued support.

There are a few options, but i dont quite like any of them.

@kohr-h
Copy link
Member

kohr-h commented Feb 26, 2016

I also found that Theano has an implementation of this functionality lying around, but I didn't see that it's a stand-alone package. Sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants