Re: [PyCUDA] compyte architecture

2011-06-20 Thread Frédéric Bastien
Hi, compyte is not ready for public use. The structure of files will change when isolate the dependency on python lib later. See more comment inlined in your post. 2011/6/18 Bogdan Opanchuk manti...@gmail.com: Hello, I finally have the time to contribute something to compyte, so I had a

Re: [PyCUDA] compyte architecture

2011-06-20 Thread Andreas Kloeckner
On Mon, 20 Jun 2011 09:40:02 -0400, Frédéric Bastien no...@nouiz.org wrote: Hi, compyte is not ready for public use. The structure of files will change when isolate the dependency on python lib later. See more comment inlined in your post. 2011/6/18 Bogdan Opanchuk manti...@gmail.com:

Re: [PyCUDA] compyte architecture

2011-06-20 Thread Bogdan Opanchuk
Hello Andreas, Frederic, 2011/6/21 Andreas Kloeckner li...@informa.tiker.net: On Mon, 20 Jun 2011 09:40:02 -0400, Frédéric Bastien no...@nouiz.org wrote: Currently there is not a good compilation system for this project as you saw. What I currently have in mind is that it should

[PyCUDA] compyte architecture

2011-06-18 Thread Bogdan Opanchuk
Hello, I finally have the time to contribute something to compyte, so I had a look at its sources. As far as I understand, at the moment it has: - sources for GPU platform-dependent memory operations (malloc()/free()/...) - sources for array class, which uses abstract API of these operations -