[Numpy-discussion] Fast threading solution thoughts

Francesc Alted faltet at pytables.org
Thu Feb 12 06:16:19 EST 2009


A Thursday 12 February 2009, Dag Sverre Seljebotn escrigué:
> A quick digression:
>
> It would be interesting to see how a spec would look for integrating
> OpenMP natively into Cython for these kinds of purposes. Cython is
> still flexible as a language after all.

That would be really nice indeed.

> Avoiding language bloat is 
> also important, but it is difficult to know what kind of balance can
> be struck before some kind of spec is worked out. Has anyone managed
> to use OpenMP with Cython code in a nice way already?
>
> I couldn't do any work on it right now but it could sit in the
> pipeline for the year to come. Also I have a strong feeling that
> making the spec and language design issues would take more time than
> the actual implementation of it anyway.

I tend to aggree with you.  As a matter of fact, doing (efficient) 
parallelism is a very hairy thing and understanding all (or just most 
of them) of its issues maybe the real problem for doing the port 
(unless one can find some direct way to translate OpenMP directives 
from Cython code to the C code, which would be wonderful).

-- 
Francesc Alted



More information about the NumPy-Discussion mailing list