Hi Eelco,

On Sun, Aug 26, 2012 at 3:00 AM, Eelco Hoogendoorn <[email protected]> wrote:
> I have some code that I would like to contribute to pycuda. What would the
> preferred way of doing so be? Create a branch in git?

Yep. Perhaps the easiest way to do it is by forking PyCuda repo on
github and then sending pull requests.

> If there is anybody willing to help me advance this, id love to create a git
> branch for it and try my best document and clean up my code, and integrate
> it with pycuda style conventions (perhaps create an elementwise branch that
> adheres to the same interface, and so on?). But if its just me being excited
> about this, I probably wont bother. Even if you dont want to help directly,
> your thoughts and comments are most welcome.

I've been working on somewhat similar stuff recently. Could you please
have a look at http://tigger.publicfields.net/tutorial.html and see if
your kernels fit into this model? (The documentation is a bit outdated
at the moment, as I am trying to stabilize user-side and
developer-side APIs, but the idea stays the same). For example, the
elementwise kernel I have can be seen at
https://github.com/Manticore/tigger/blob/master/tigger/elementwise.py

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to