Re: [eigen] slides of my talk |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] slides of my talk
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 26 Jan 2009 15:35:04 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jQMV0CuFVSE//zlfNAqRmsp2iKOVpifDcArt1nNLuvo=; b=eLAxUtfU/atA87ZZF1X/tgfpvwS4BeldzZWlGJmziYvFoCr6qdPh26A6sWfx7w/cxU D4hJrvNaHD2yOAlRvrY13E38uC5HHkjDHU2r399B9+yJdtRuDSAqHfVb7FbbiUhTwqIP P96BfhKkXCqME45TgzMEUrjPeEeVQb4ofMa58=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=iwN2njtzh20T3BgteHjRml+giUy38RLWgofK69zHIz8T1EYnblfpIJQjCS/BDj2I6j 61Js0wCHp/pHDDbMYN3fxBK7AraMApOgobN6vZ9WwEzaTyPWJTu2OHTLAIFNwB/mcsVO B/Ew0DGrJUF/isS4T7y3BVYZZzWnS5MzOjhfQ=
I have no clue how matlab does in general, but on the forum we've had
a user benchmarking matrix product against matlab, and matlab was
doing like MKL and Goto, which suggests that it's using one of these
libraries.
If you're on *nix, you could try ldd or nm to get a clue about what
library they're using.
Cheers,
Benoit
2009/1/26 Andre Krause <post@xxxxxxxxxxxxxxxx>:
> Benoit Jacob schrieb:
>> Hi,
>>
>> Today morning I gave a talk on Eigen at the CS department. Here are my
>> slides, in case they might be helpful.
>> When you see (SHOW BENCHMARKS) that's where I showed the benchmark
>> graphs that are displayed on the Benchmark page of the wiki.
>> I didn't have time to cover the last part on Eigen internals, I just
>> finished with the benchmarks. However people were interested and asked
>> questions about internals so in effect I got to explain as much of the
>> internals as I had planned to.
>>
>> Thanks a LOT to Keir: he translated the C++ snippets into Matlab for
>> me, and gave me a good briefing as to how to organize a talk for an
>> audience of CS people.
>>
>> I am just afraid that using \documentclass{slides} for a public of CS
>> people makes me look like a dinosaur mathematician.
>>
>> Cheers,
>> Benoit
>
> dear benoit, you show matlab code corresponding to eigen2 code. but in the
> benchmark section on the wiki, there is no matlab benchmark. i would be very
> curious how slow (or fast?) matlab is, compared to eigen. i teached myself
> matlab over christmas, and now i am curious how matlab compares to c++ (with
> eigen2).
>
>
>