[eigen] great performance with eigen 3.3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] great performance with eigen 3.3
- From: Lorenzo Alessio Botti <bottilorenzo@xxxxxxxxx>
- Date: Tue, 9 Feb 2016 18:02:56 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=jVfaQhDV8GfzVtD4tsmB5CiC1nb9jof6A1gOPsIMpfU=; b=Nc7Fn/bAyaX+e5Ps4O7fsuhxZ6ivRXBY2/QuvIzidLGT3kRuEBiqDbODGbPtmjdcvj sV4PA2OxjHOYRSpJOQUmMB/dFdz0YiJ6vx8bK1/qzIsJYAwzAhxnWNW1k7+aJGywq+X+ ivwE2cFtoh45taEMIyqLRc1SIS1zM2KiwI42br21w22OgmV2uF5BlZ8M5+xwihReWGcy hzGl2wfiAAVzZbcyCXCA2IJBi8e2xarab1ZGswOYTqDVHuiTP3vvQaMgBEUIme7/uolA Q/Ff67836PdNUObREAW9ssEoPK6uw+kbITEWapGdyh3hWtjV21hgMVZe333+vSbqv+aY aqYA==
Just to let you know that I've recently given a shot to eigen 3.3 and it works great (as compared to 3.2).
I have an old 2010 macbook pro (so no avx nor fma) but my finite element assembly and solution routines are almost twice as fast.
I use a lot of matrix products, outer products (often with constant expressions and outer of vectors) and += assignments.
Great job!
Thanks to the community.
Bests
Lorenzo