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] newbie needs pypy setup help

2011-07-31 Thread Ken Watford
> Precisely what didn't work? I run nightlies just fine by downloading > and running them The permissions are fine if you're the owner of the files. If another user (say, root) untars them, other users may not have appropriate read/execute permissions. _