[eigen-commits] commit/eigen: ggael: GEMM: catch all scalar-multiple variants when falling-back to a coeff-based product. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: GEMM: catch all scalar-multiple variants when falling-back to a coeff-based product.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 18 Feb 2019 10:57:26 +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=vFYpUS2useVTA2dNw+wSFAwKH6k=; b=0aK42ItyuCjnQs+dx2w1h1g VdWxGNSKMqN3dICIAGlkmqIRM9SJ+07+O+GCNyDEtTG9AzNCjZGytVOiL/4+mmBJ 3WxORVih2987AF9ZYrpplBIqMD6KbzCYA+DFj260ZAR7BIRM8xbjk8+GV3I+h/s3 XtHnE6PnpxD2izSgM1Lk=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/8e9b1b0460cc/
Changeset: 8e9b1b0460cc
User: ggael
Date: 2019-02-18 10:47:54+00:00
Summary: GEMM: catch all scalar-multiple variants when falling-back to a coeff-based product.
Before only s*A*B was caught which was both inconsistent with GEMM, sub-optimal,
and could even lead to compilation-errors (https://stackoverflow.com/questions/54738495).
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.