Hi, After our workshop this weekend, it sorted out that it would be very useful to have the base GpuNdArray as a c object. We can inherit from it in python and add many thing that is not supported in C or faster version that use code generated on the fly.
Do you have problem with this? If not, I will port the code in Theano to be the first version of this. Our base object is in C, so this should not be too hard. Globally my proposition is to have an object with the same interface as numpy.ndarray. Here is the presentation with some fix, update: https://docs.google.com/present/edit?id=dgktznnp_34dfdxgjgw&authkey=CIndhbMH Do you have any problem with the base object being in C? You talked about problem with OpenCL. I did not understand them. Do you think this proposition will have problem? Do we need to add the offset as you talked about? thanks Frédéric _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
