|
|
-
Re: HADOOP PIPES with CUDALuca Pireddu 2012-02-20, 16:36
On 02/13/2012 06:02 PM, jem85 wrote:
> > I was wondering if anyone has had any experience with porting cuda code to > hadoop pipes. Any assistance would be greatly appreciated. > > Thanks, Probably not exactly what you're looking for, but we've ported other C code to Hadoop. We used Pydoop (http://pydoop.sourceforge.net/) for it, since it runs C-Python over pipes and thus lets you use ctypes to easily wrap C code. It could be an option. One could even consider using PyCUDA with Pydoop. Disclaimer: I'm one of the Pydoop developers. -- Luca Pireddu CRS4 - Distributed Computing Group Loc. Pixina Manna Edificio 1 09010 Pula (CA), Italy Tel: +39 0709250452 |