| [eigen-commits] commit/eigen: 2 new changesets | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
] 
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
 
- Subject: [eigen-commits] commit/eigen: 2 new changesets
 
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
 
- Date: Wed, 13 Sep 2017 16:25:06 +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=0vyyUtiSXGiueNUvAhnAEuWpgKc=; b=LNkMDJLRiCkw44EdUate1W0	yzSFh3DC1+DDojAGB0tX7cn9fWlWf95eNuMRNbLTelkEE3C4CkqQGgDHc2yPFVJt	hsyrv7AikM0ixImeRln71Tqw2qiTSmx9kcc6rXDq+4UEhBL2JvjDqK/V/OTVX7id	kX9GwVjjLkMOYB1oiKrk=
 
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/3d25c14e4af9/
Changeset:   3d25c14e4af9
User:        rmlarsen
Date:        2017-09-08 22:49:55+00:00
Summary:     Avoid undefined behavior in Eigen::TensorCostModel::numThreads.
If the cost is large enough then the thread count can be larger than the maximum
representable int, so just casting it to an int is undefined behavior.
Contributed by phurst@xxxxxxxxxx.
Affected #:  1 file
https://bitbucket.org/eigen/eigen/commits/940f20dd4eb3/
Changeset:   940f20dd4eb3
User:        rmlarsen
Date:        2017-09-08 23:35:58+00:00
Summary:     Fix cut-and-paste error.
Affected #:  1 file
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.