tags:

views:

64

answers:

2
+2  Q: 

OpenCL for Python

I'm looking for good OpenCL wrapper\library for Python with good documantation. I tried to search some... but didn't find good enouth. Can anybody help?

+2  A: 

The most popular and best documented option seems to be PyOpenCL. It claims to be a complete wrapper for OpenCL and the documentation looks good.

Rafe Kettler
Ow. tnx.. it seems that i were downloading PyOpenCL not from official site.. and that's why i didn't find documantation for it...
Ai_boy
@Ai_boy: sure, no problem.
Rafe Kettler
+1  A: 

Both CLyther and PyOpenCL look nicely documented to me.

Frédéric Hamidi
CLyther is far more immature than PyOpenCL, although the documentation looks excellent.
Rafe Kettler