>
>
> Onto some paraellization questions, as I can take advantage of multiple 
> cores. Does anyone know of a good parallel linear algebra library we could 
> include in Sage (hopefully it would work with my field)? How difficult is 
> it to parallelize Cython code? At least in the classical echelonize 
> algorithm, we can parallelize setting the entries below the pivot to 0 
> since each row can be handled independently (once we set the pivot).
>

Some other things that could be easily parallelized: the elementary row 
operations (perhaps even feeding these things off to the GPU? Could this be 
possible with Cython?).

Best,
Travis

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to