there's a wrapper called PyCuda. but you actually write cuda code as a
docstring and its compiled and exectuted at run time.

I think it can be done more pythonic.


On Thu, Jul 9, 2009 at 12:31 PM, Gökhan SEVER<gokhanse...@gmail.com> wrote:
> Still speaking of particles, has anyone seen Nvidia's Cuda powered particle
> systme demo?
>
> http://www.youtube.com/watch?v=RqduA7myZok
>
> I have a CUDA supported graphics card on my laptop, and tested on the actual
> hardware. Seems very cool. However has way too many lines of code for that
> piece of demo.
>
> I don't would the power of CUDA be harnessed using Python as well?
>
> --
> Gökhan
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to