[Numpy-discussion] ANN: PyCuda

Andreas Klöckner lists at informa.tiker.net
Sun Jun 22 16:21:53 EDT 2008


On Sonntag 22 Juni 2008, Kevin Jacobs <jacobs at bioinformed.com> wrote:
> Thanks for the clarification.  That makes perfect sense.  Do you have any
> feelings on the relative performance of GPUArray versus CUBLAS?

Same. If you check out the past version of PyCuda that still has CUBLAS, there 
are files test/test_{cublas,gpuarray}_speed.py. In fact, since CUBLAS does 
not implement three-operand "z = x + y", it requires an extra copy that 
GPUArray can avoid. If you're into "lies, damned lies and benchmarks", you 
could say that GPUArray is actually twice as fast.  :)

> The first  part of install.rst still says: "This tutorial will walk you
> through the process of building PyUblas."

Oops. Thanks. Fixed.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080622/140b2e1b/attachment.sig>


More information about the NumPy-Discussion mailing list