* [gentoo-soc] Benchmarking suite - Report 5
@ 2011-06-15 21:42 Andrea Arteaga
0 siblings, 0 replies; only message in thread
From: Andrea Arteaga @ 2011-06-15 21:42 UTC (permalink / raw
To: gentoo-soc
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-15 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 21:42 [gentoo-soc] Benchmarking suite - Report 5 Andrea Arteaga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox