-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Yay! |
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. |
There may be interesting stuff here |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: