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

2011-09-12 Thread Valery Khamenya
Hi what you and Łukasz Ligowski are saying is just amazing. It means, that there is generally no problems with PyPy and CUDA. best regards -- Valery A.Khamenya On Mon, Sep 12, 2011 at 5:50 AM, Ken Watford wrote: > I started a project called PyCL about two months ago. It's OpenCL > through cty

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