[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, 26 Aug 2019 14:18:56 +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=YBkxj4DZdktvpuFLnBAKYt5N8eA=; b=HclAXF3Bq7nIAMUzxqlr/0+ E/9G1HmsP2Xe2NuR0Ybymu8d0dpOFgwpdKAYF+QSGw3Biyh8BI8Hv0HWlQsElntB u7Rze48azkmOpnRL5AubSZRJeE5nqaZAaAM3p5i4munOc3QqbzM9spKtIDwPzMTm fUNfJAiNmRYKM+PvId8U=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/8de02e401234/
Changeset: 8de02e401234
Branch: 3.3
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...
(grafted from 4db388d946bdf5afdb69fa2aca33fb7920938659)
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.