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
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' "
>
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
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
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
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