Python and CUDO

2009-01-26 Thread fredrik kant
Hi! Sorry about the misspelling, it should of course been "NIVIDAS CUDA". I also noticed that there wrappers around such as: pycuda which answers my question. -- Fredrik Kant Kant Consulting AB Mobile: +46 70 787 06 01 www.kantconsulting.se -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and CUDO

2007-09-07 Thread Robert Kern
Paddy wrote: > On Sep 6, 10:12 pm, Robert Kern <[EMAIL PROTECTED]> wrote: >> Veronika Lindstrand Kant wrote: >>> Hi! >>> I just wonder if there are any plans for building any support using >>> NIVIDAS CUDO plattform into python? >> Not into Python itself, but we are working on interfacing with NVID

Re: Python and CUDO

2007-09-07 Thread Paddy
On Sep 6, 10:12 pm, Robert Kern <[EMAIL PROTECTED]> wrote: > Veronika Lindstrand Kant wrote: > > Hi! > > I just wonder if there are any plans for building any support using > > NIVIDAS CUDO plattform into python? > > Not into Python itself, but we are working on interfacing with NVIDIA's CUDA, > ye

Re: Python and CUDO

2007-09-06 Thread Robert Kern
Veronika Lindstrand Kant wrote: > Hi! > I just wonder if there are any plans for building any support using > NIVIDAS CUDO plattform into python? Not into Python itself, but we are working on interfacing with NVIDIA's CUDA, yes (presuming you actually meant "NVIDIA's CUDA" rather than "NIVIDAS CU

Python and CUDO

2007-09-06 Thread Veronika Lindstrand Kant
Hi! I just wonder if there are any plans for building any support using NIVIDAS CUDO plattform into python? For example when implementing Monte Carlo simulation performance always is an issue so extended numpy/numeric or a math library using the CUSO plattform could be a "cheap" grid approach.