[eigen-commits] commit/eigen: 3 new changesets

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


3 new commits in eigen:

https://bitbucket.org/eigen/eigen/commits/838458776308/
Changeset:   838458776308
User:        benoitsteiner
Date:        2014-01-03 01:18:32
Summary:     Improved the efficiency if the block-panel matrix multiplication code: the change reduces the pressure on the L1 cache by removing the calls to gebp_traits::unpackRhs(). Instead the packetization of the rhs blocks is done on the fly in gebp_traits::loadRhs(). This adds numerous calls to pset1<ResPacket> (since we're packetizing on the fly in the inner loop) but this is more than compensated by the fact that we're decreasing the memory transfers by a factor RhsPacketSize.
Affected #:  5 files

https://bitbucket.org/eigen/eigen/commits/d613245b6764/
Changeset:   d613245b6764
User:        ggael
Date:        2014-03-26 16:46:36
Summary:     add pbroadcast2/4 generic intrinsics
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/7e7f1458e95c/
Changeset:   7e7f1458e95c
User:        ggael
Date:        2014-03-26 18:53:00
Summary:     Implement new 1 packet x 8 gebp kernel
Affected #:  3 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.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/