Re: [eigen] Eigen Benchmark (number of FLOPS) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen Benchmark (number of FLOPS)
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Mon, 19 Dec 2011 09:59:30 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=tNldyvT1gVJEOxSZXlnAadXmbdFwUenRk3FWYAZ/HLc=; b=ki20I7/7kJ5LAmcOWAI9egJaE/GLerOp6lLVI8dfFQV3GK5k8aP6s0S418Y8HoFFKb TOxMMOQYtDw8tFCtRcvLIy+RAPcqUM4Wi1ph/OXfhD05WgU8pwSNbLx5Y777GKM00YNp kTcVT7tvKJA7XfkkD6aSmFxYC0VFd5FCyJvC4=
don't worry, all the implementations included in this benchmark are
comparable in terms of FLOPS in the sense that they all perform the
same number of FLOPS for a given operation.
gael
On Mon, Dec 19, 2011 at 4:11 AM, Not Sure <kuerzn@xxxxxxxxxxxxxx> wrote:
> Hi!
> On the website http://eigen.tuxfamily.org/index.php?title=Benchmark you
> show some pretty impressive comparison of Eigen's performance.
> I have two consecutive questions:
>
> 1. Do the different implementations/library of BLAS functions differ in
> the number of floating point operations (FLOP) they need to complete?
>
> 2. If yes: Did you calculate the FLOP per second using some reference
> FLOP number or the number of actual performed FLOP of each
> implementation/library?
>
> Thank you for your answer,
>
> Johannes
>
>