On Mon, Oct 27, 2008 at 5:28 PM, Robin <[EMAIL PROTECTED]> wrote:
[...]
>
> Similarly with the GOTO blas, but I'm not sure if numpy builds with
> that, so maybe we should take that reference out.
>
I'd like to let it their, as it is at the same performance level then
MKL. ATLAS don't have the same
On Mon, Oct 27, 2008 at 9:17 PM, dmitrey <[EMAIL PROTECTED]> wrote:
> As for the ParallelProgramming wiki page, there are some words in
> section "Use parallel primitives" about numpy.dot still I can't
> understand from the section: if I get numpy from sources and compile it
> (via "python setup.py
Did you mean this one
http://www.netlib.org/scalapack/pblas_qref.html
?
As for the ParallelProgramming wiki page, there are some words in
section "Use parallel primitives" about numpy.dot still I can't
understand from the section: if I get numpy from sources and compile it
(via "python setup.py
Hi,
Their exist open source version of parallel BLAS library. I modified
the section "Use parallel primitives" to tell it. But my English is
bad, so if someone can check it, it would be nice.
Fred
On Mon, Oct 27, 2008 at 4:24 PM, Robert Kern <[EMAIL PROTECTED]> wrote:
> On Mon, Oct 27, 2008 at 1
On Mon, Oct 27, 2008 at 15:20, Sebastien Binet
<[EMAIL PROTECTED]> wrote:
> On Monday 27 October 2008 12:56:56 Robin wrote:
>> Hi,
>>
>> I made some changes to the ParallelProgramming wiki page to outline
>> use of the (multi)processing module as well as the threading module.
>>
>> I'm very much no
On Monday 27 October 2008 12:56:56 Robin wrote:
> Hi,
>
> I made some changes to the ParallelProgramming wiki page to outline
> use of the (multi)processing module as well as the threading module.
>
> I'm very much not an expert on this - just researched it for myself,
> so please feel free to corr
Hi,
I made some changes to the ParallelProgramming wiki page to outline
use of the (multi)processing module as well as the threading module.
I'm very much not an expert on this - just researched it for myself,
so please feel free to correct/ extend/ delete as appropriate.
Robin
_