[eigen-commits] commit/eigen: ggael: Bug 1562: optimize evaluation of small products of the form s*A*B by rewriting them as: s*(A.lazyProduct(B)) to save a costly temporary. Measured speedup from 2x to 5x... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: Bug 1562: optimize evaluation of small products of the form s*A*B by rewriting them as: s*(A.lazyProduct(B)) to save a costly temporary. Measured speedup from 2x to 5x...
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 02 Jul 2018 09:41:28 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=4NLMA7cp6EGwC9L/o75YtGXVMw4=; b=MNpAs4lXa2Hmiv9jkwLoW17 lI3IDIBRDz8Bkfxlvz7XaxAi+XPNEX4BgiKx+3J/lx0hIeK8Qfy6DZN4d0rqG570 q7Ojr1F3DDOa1cBWE37PH5ro0aEstd21mhw1nW20WWzjVb6SrE0PxRgkUqvW9qDK qqiqOO/AoRIN+7OY/JeQ=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/4db388d946bd/
Changeset: 4db388d946bd
User: ggael
Date: 2018-07-02 09:41:09+00:00
Summary: Bug 1562: optimize evaluation of small products of the form s*A*B by rewriting them as: s*(A.lazyProduct(B)) to save a costly temporary. Measured speedup from 2x to 5x...
Affected #: 4 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.