From: Andrea Arteaga <andyspiros@gmail.com>
To: gentoo-soc@lists.gentoo.org
Subject: [gentoo-soc] Benchmarking suite - Report 5
Date: Wed, 15 Jun 2011 23:42:23 +0200 [thread overview]
Message-ID: <BANLkTimBCfs9k8_MYqs4Uix=4POfTrtaOw@mail.gmail.com> (raw)
As promised, this is my report regarding the benchmarking suite. My
mid-weekly objectives were:
* Implementing the LAPACK test suite
* Clean the source code to improve the mainenability
For the lapack testing suite I started considering the routines
bundled with the sources. Later, I decided to use BTL for lapack too
-- I already use it for blas and cblas -- and implement a few more
actions in order to test the following:
- LU decomposition
- General linear system of equation solver -- implicit: by means of LU
- Least squares problem solver -- implicit: by means of QR
- Cholesky decomposition for SPD matrices
- Eigenvalues retrieval for symmetric matrices
Everything is now working. As the three basic libraries (blas, cblas,
lapack) use the same tools for the benchmarking, much was done in
order to create a single base python script that, with few parameters,
can benchmark many implementations of a library. The weight of the
code is now almost the same than some days ago, but the features have
considerably increased.
Now, beacause of personal reasons, I will be away for ~12 days, which
was unexpected. I already discussed with my mentor and Donnie. I don't
know yet what will happen, but I will anyway continue with my project,
within or not the SoC.
Cheers
Andrea Arteaga
reply other threads:[~2011-06-15 21:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTimBCfs9k8_MYqs4Uix=4POfTrtaOw@mail.gmail.com' \
--to=andyspiros@gmail.com \
--cc=gentoo-soc@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox