Re: [eigen] Slow matrix-matrix multiply |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Slow matrix-matrix multiply
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 2 Apr 2013 14:23:36 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=hbfLWGRfUVVVnlddNDefQ0s7N/DfTYK4n25k3JetyU0=; b=wXqsbBhGPQCnSikEEBE9Lff1c11hevLTlZ+y35TH5/nxrqg6HQuIbh9AmUTrUmv78x wQCUa9m0qfBWGw2UDHcf2yp3dlXOUygQrM/IXAUapB+qmwZFbWZyEK53EdWp3j+1SIub M6IK8E9cdZWrNkl0npDiHNhvuyvpqkBcPTa+9Hp0WEmXnUd8BNzAdnYV8p5Jw+vGlwZv KZPlfOJpQgLc8NPLJuLW+eoqIZD9iBm7gyOxTw/HDrU0zK2RwfoZ7wAYERWBb7E5Wk4a e2vyJEPu2r1PjkS/B/IvgEjsgDZSJZ/pYU89JmuanDW8baNUoRqD8Dg3ixDY0sGa6gEA nYwg==
On Tue, Apr 2, 2013 at 1:58 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> After adding a few always_inline attributes
An alternative is to add the following compiler option:
-mllvm -inline-threshold=600
gael