Hi, I'm new here but I'd like to weigh in a bit. My suggestion would be to make the connection between python types and numpy types and cuda types very clear in the documentation. There is some good information on there but I think it's kind of hidden. I would definitely appreciate some best practices and such. Thanks for your great work on pycuda.
Andrew On Thu, Jun 30, 2011 at 12:02 AM, Andreas Kloeckner <[email protected] > wrote: > On Wed, 29 Jun 2011 15:21:13 -0400, Thomas Wiecki <[email protected]> > wrote: > > Yes, that was indeed the problem. Works really nice now, getting speed > > ups of up to ~5x. > > > > As regards to parameter input checking, would it be possible to have a > > switch for type-checking as an argument to ElementWise? > > I'm not really a fan of that idea--it prevents you from doing a few > forms of trickery, and it's certainly a bit of a compatibility break, in > addition to a (probably negligible, but anyway) performance cost. > > Any strong opinions either way? > > Andreas > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://lists.tiker.net/listinfo/pycuda > >
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
