| [eigen] BTL for benchmarking blas implementations | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/eigen Archives
] 
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] BTL for benchmarking blas implementations
- From: Andrea Arteaga <yo.eres@xxxxxxxxx>
- Date: Mon, 30 May 2011 02:48:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:sender:in-reply-to:references:from         :date:x-google-sender-auth:message-id:subject:to:content-type;        bh=xhQ6KSp1oqnqJIlv/PGdhYAB9n9tehzH0uJlHMdrnC4=;        b=qGUqUDeU89FF602m3oaqdXYZlkDJVO9vBxnBH0N5ObswLwyipPlpoXTCwEciTRRbpG         07nRoewS36FTvhe8/Hi2BFJuSahmqq7t/sIc8JvXtBY4wyt9iM1WdFEEf1NYD2XkdmOc         CE4wnP+S4rH5HKLJpPmaCI8BHG9PsD0QREYA4=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:sender:in-reply-to:references:from:date         :x-google-sender-auth:message-id:subject:to:content-type;        b=Gb2Fy4/JfzKLxOeLrs/zynVpdGYv/ZFWPe3p8oJ6nlIfXAXMheUQFe8njYgUAHFCGa         QQatqlNEQRK68WQLDHIPl1CiyPV7j2ep3AYSRhwrXyU5VVM6ET7v/KCyJL0p+fGgVjH+         R77CdEKB4wFtaQMYuCKH4ibM/ZZgVyBAndvkE=
[I hope this is not a duplicate. I have some trouble with my email provider...]
I have to benchmark different implementations of BLAS (including
lapack, atlas, eigen, openblas,...). The BTL includes many useful and
meaningful tests, so I think it would be perfect to use it. But I
can't figure out how to use it for this purpose -- or just whether it
is possible.
Let assume that I have a blas implementation as dynamic-linked library
(under a UNIX environment) libmyblas.so in the directory
/somedirectory/. I just want to benchmark the library without any
comparison. How could I do that?
Thanks in advance.
--
Andrea Arteaga