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: Not Sure <kuerzn@xxxxxxxxxxxxxx>
- Date: Mon, 19 Dec 2011 15:13:41 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6zAdLzRpw38TnBPGmhdueWsyHiAaWLQd1Yhdg4xYie8=; b=DLhMBaAZy42kcJnN5fcgytWhKEWtN9aObShV8gi5bI+kDVFQxRUwwqgtwd7zjX4LmE jQsLO/y2rC9uRjgbvJ3ieZieOsOZ+UZK9NoXnigsVcejTTkTkqXrRNYJsQrp8Zhv1Wuo v9+fvRA10YG7ySQBXnMaY3xvbRXzB0RTyzZsI=
Ok Thanks
-------- Original Message --------
Subject: Re: [eigen] Eigen Benchmark (number of FLOPS)
From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
To: eigen@xxxxxxxxxxxxxxxxxxx
Date: 19.12.2011 14:04
> 2011/12/18 Not Sure <kuerzn@xxxxxxxxxxxxxx>:
>> 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?
>
> My understanding is that the FLOPs in this benchmark are based on a
> theoretical estimate of the number of operations required by a given
> algorithm. For example: 2*n^3 for GEMM on nxn matrices, etc. This is
> sometimes inaccurate for small sizes, but at least the scale is the
> same for all contenders.
>
> Benoit
>
>>
>> Thank you for your answer,
>>
>> Johannes
>>
>>
>
>