-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mathias Fröhlich schrieb:
> Hi,
> 
> On Sunday 15 January 2006 12:54, Christian Mayer wrote:
>> (BTW: my diploma thesis [= roughly a masters thesis] was the creation of
>> cache oblivious matrix operations in C++ using the space filling Peano
>> curve; I could beat the Intel Math Kernel Library in optimal cache use -
>> und even performance wise when I used only x87 instructions :) I put the
>> code and the thesis at http://tifammy.sf.net/
>> Space filling curves have very interesting properties for high
>> performance computing - not only for cache efficiency but also for
>> partitioning of problems for parallel computers / clusters)
> Sounds interresting.
> Downloaded that matrix kernels.
> ... let's see what I can make use of :)
> What did you study?

Technomathematik (= applied mathematics)

Oh, I've just seen that I didn't link the thesis yet. Should be there
under documentation in a few minutes

>> It might be interesting to offer the use of SSE values internally. This
>> could give a little performance boost for modern IA-32 processors.
> Well, wait for gcc 4.2.

gcc isn't the only compiler though. For the IA-32 are at least the
MSVC++ and the Intel ICC important, too.

And my expericence (with ICC) are, that the vectorisation does only work
for loops.
The code of my thesis uses recursions and explicitly coded operations.
The ICC wansn't able to auto vectorise any of those.

CU,
Christian


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFDyj2LlhWtxOxWNFcRAtuRAJ9UXqusko5friqZfIWRXwcYElst7gCgpEyK
xsMhESvH1STx6Y7K+9oF5fc=
=V/7g
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to