Re: Survey on mtl/itl usage
david moloney <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
By data profiler I mean that it can accumulate information about floating-point data as the program runs, and print out a report which includes the number of each operation (+,-,*,/,pow(),sqrt() etc.) and the number of them that were trivial etc. to the screen or a .csv file under user control. It also accumulates lhs and rhs statistics separately. All this is useful for understanding how many of the FLOPs expended in your algorithm are contributing effectively to the solution of large matrix problems. This knowledge may allow you to reformulate your algorithm or transform your data in order to maximise efficiency and/or speed. Regards, - David [email protected] wrote: >Send mtl-devel mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://www.osl.iu.edu/mailman/listinfo.cgi/mtl-devel >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of mtl-devel digest..." > > >------------------------------------------------------------------------ > >Today's Topics: > > 1. Re: Survey on mtl/itl usage (Gunter Winkler) > > > > ------------------------------------------------------------------------ > > Subject: > Re: MTL: Survey on mtl/itl usage > From: > Gunter Winkler <[email protected]> > Date: > Tue, 4 Nov 2003 13:45:33 +0100 > To: > "General Matrix Template Library \(MTL\) list" <[email protected]> > > >Am Montag 03 November 2003 10:26 schrieb david moloney: > > >>I have written a data-profiler for use with itl/mtl and have used it to >>profile our own C++ applications here in TCD. I would be interested in >>cooperating with people developing applications based on itl/mtl with a >>view to joint publication of results. >> >> > >What do you exactly mean by "data profiler"? > >Some year ago I made a (simple) FEM-program using mtl/itl to solve heat >transfer problems. Then I switched to ublas/itl and did not further develop >the old version. However, I can still provide a running version. Interested? >(My program is GPL, so you can play with the source ...) > >regards >Gunter > > > >------------------------------------------------------------------------ > >_______________________________________________ >This list is archived at http://www.lsc.nd.edu/MailArchives/mtl-devel/ > _______________________________________________ This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/