Re: [pypy-dev] CUDA/OpenCL under PyPy

2011-09-11 Thread Ken Watford
I started a project called PyCL about two months ago. It's OpenCL through ctypes, and it works with PyPy. I don't believe it currently works with the new numpy stuff, but the standard Python array module should work. It's available through the cheeseshop, and there's a repository for it here: http

Re: [pypy-dev] CUDA/OpenCL under PyPy

2011-09-11 Thread Łukasz Ligowski
Hello, 2011/9/12 Valery Khamenya : > > (replying, please, Cc to me ) > I was quite surprised to see that cooperhead could be compiled and installed > OK under PyPy. > Of course it didn't work, because micronumpy is still young: >      "AttributeError: 'module' object has no attribute 'float64' " >

[pypy-dev] CUDA/OpenCL under PyPy

2011-09-11 Thread Valery Khamenya
Hi all, (replying, please, Cc to me ) I was quite surprised to see that cooperhead could be compiled and installed OK under PyPy. Of course it didn't work, because micronumpy is still young: "AttributeError: 'module' object has no attribute 'float64' " Did anyone try to execute some numeric

Re: [pypy-dev] CTypes backend for Cython Status

2011-09-11 Thread Romain Guillebert
On Sun, Sep 11, 2011 at 10:36:51AM +0200, Armin Rigo wrote: > Hi Romain, > > Can you give again the location of your work? I have > https://github.com/hardshooter/CythonCTypesBackend but I would like to > be sure it is the most recent location. If so, then I'm a bit > confused because I don't fi

Re: [pypy-dev] CTypes backend for Cython Status

2011-09-11 Thread Seo Sanghyeon
2011/9/11 Armin Rigo : > Can you give again the location of your work?  I have > https://github.com/hardshooter/CythonCTypesBackend but I would like to > be sure it is the most recent location.  If so, then I'm a bit > confused because I don't find more than three tests.  Where are the > tests?  (S

Re: [pypy-dev] CTypes backend for Cython Status

2011-09-11 Thread Armin Rigo
Hi Romain, Can you give again the location of your work? I have https://github.com/hardshooter/CythonCTypesBackend but I would like to be sure it is the most recent location. If so, then I'm a bit confused because I don't find more than three tests. Where are the tests? (Sorry, anyone with som