Re: [eigen] Help on solving a race condition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Help on solving a race condition
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 8 Jun 2012 16:51:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=0ZFRRbE+9TBRhHROJBM67+K/YsyPYURMbFXfff1yhBo=; b=w0JIAp3hmXz077f2GDRzEBCYgS1zU+gEqf6W1yf3d2ZZbMKJiGRecwlFYhovtW76IX hbhs9OK4Bh+HU2e+hxlBN7r/yG+GPqmSvuas81ReC4JC77LmplDVOFSScn25Mabokm6E JuPPeVXWJXxkKM4XmvhiJq7lvYOALsrQJrUmYQKO5L0NYTfqd1cLdgqNr1Ub8KWHHVhF hnyVcw0s3HJ5lSYryp3dmPvQ36c6rVFHa3+H6lAHXQ0S6qiyiuc6AujcisP/+0oRTJwY WD8fnSUxTDo6hJQlGePiFtd8pBx+MJivyT9KLJUHpsRT2Su32de3Bg5h/Z//7i3DFYqm Z0hQ==
On Fri, Jun 8, 2012 at 4:33 PM, john skaller
<skaller@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Why do you need any static variables?
These static variables are used to store the L1 and L2 cache sizes.
They are needed to adjust the size of the blocks in the matrix
products.
gael