Re: [eigen] intiial ARM NEON results |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] intiial ARM NEON results
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 27 Feb 2010 08:47:47 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jzVtg5j/H4NSj5Rdm8O30luXOuV1cfhb/g18sKeMv1o=; b=mJQifuifwAd9JTrb2qcf4TRpQDZnBnme7X5NxPwY8aSSPsZTASatPC3OZ2dBY0NGXm DUQGyt1VXLanFM/1ktO4ymkPoE6+vcQsEgDcKRDe1142+bJnp9B2rUKu8KOJUzrwX2gc t+oGyo3lUVgwitFf03z9il8GjszhQlwUayBPY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Wq11fsoIvQ2Kw4b7SU8xdCmFCpyGtGKOBhPWv+3g4ZqimcO2jVJmzYy46RgGCWOULB tccjnoLxdOd4ffNM89+rj+ugiP0MsErbcnaAwcKS77sPOISfhLPNrBXJ7P0FQn61Fuap iDO+CsnG8moqI+2qeT9vWxLJfCuTntD1D7xiI=
sounds good! Looking forward to the patch :)
Benoit
2010/2/26 Konstantinos Margaritis <markos@xxxxxxxx>:
> On Saturday 27 February 2010 00:37:28 Konstantinos Margaritis wrote:
>> Hi everyone,
>>
>> I haven't finished yet, there are 4-5 functions to finish in the ARM NEON
>> port, but here is a benchmark that I managed to compile and run:
>>
>> $ PATH=~/native/bin/:$PATH g++ -O3 -DNDEBUG -DREPEAT=100 -I../
>> benchVecAdd.cpp -o benchVecAdd -lrt $ ./benchVecAdd
>
> er stupid me, that's obviously a mistake, I copied from a previous run. Here are the correct results:
>
> $ PATH=~/native/bin/:$PATH g++ -O3 -DNDEBUG -DREPEAT=1000 -I../ benchVecAdd.cpp -o benchVecAdd -lrt
> $ ./benchVecAdd
>
> 7.73s 0.0192771 GFlops
> $ PATH=~/native/bin/:$PATH g++ -O3 -DNDEBUG -DREPEAT=1000 -mfpu=neon -mfloat-abi=softfp -I../ benchVecAdd.cpp -o
> benchVecAdd -lrt
> h$ ./benchVecAdd
> 2.93s 0.0508572 GFlops
>
> That's ~2.64x faster!
>
> Konstantinos
>
>
>