Boost logo

Ublas :

Subject: Re: [ublas] OpenMP support
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-11-18 05:34:30


Am 17.11.2011 um 20:01 schrieb David Bellot:

> no and yes.
> So far we have no parallelization at all, apart from the implicit vectorization made by the compiler. :-(
> Yes it's in the pipe but honnestly, ublas needs to be transformed a little bit. I had a look at how Eigen is doing all the vector/parallel/multicore things and we need to make some change into the code base before doing that.
>
> Also have a look at the numeric bindings in the boost repository, they give you access to plenty of nice fast code.

Thanks for your answer. Okay I use iterate-algorithms with a lot of ublas structures, so I change my code with OpenMP calls.

Phil