Re: [eigen] runtime API to configure the cache/blocking parameters |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] runtime API to configure the cache/blocking parameters
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Mon, 7 Jun 2010 18:10:06 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iKVFrBRV16kBm0n+aFWQ44gcYNJS0qyRyWCAlIdqcXE=; b=AX0tZlIeZzQJ+lSALlXu/68qsxYhF4csCnApjqUdjFsmFpscEIfJhFW/qxOvYGMIJK ngion06vRpQ2qKTTecMbFY4BcW/xbmaB+9Q+fP8JE97lt6GK6MinHAb/Dn+oWckm+lav PV49BBF9NtMZJncWpGdaH9jvV4i0mNEicXGyQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=iVtyTQFjg8OXiLKHxVTHQZWg6TN3u1KlTsc/f8e4x3R6hFZdb96eXutuH0KyTLTxMY 81lACuO7JdOiaB7gP9QHPEjfX47T+656LkKWiwHn5F1PfY8coNbMUwjhTdQUqP6K+dXs hKS3vdFHHy2N/neBbA2BXmtuMEwJw0Vdjhf7c=
The issue is that std::sqrt is not implemented for std::ptrdiff_t. We
could probably cast to "double" since the value in question should be
fitting into doubles.
- Hauke
On Mon, Jun 7, 2010 at 5:53 PM, FMDSPAM <fmdspam@xxxxxxxxx> wrote:
> Hi,
>
> Am 07.06.2010 16:40, schrieb Gael Guennebaud:
>
> * max_k = 4 * sqrt(cache_size/(64*sizeof(Scalar)));
>
> MSVC seems to have an issue with that, please see
> http://eigen.tuxfamily.org/CDash/buildSummary.php?buildid=2473
>
> No single successful test at all!.
>
> Cheers
> Frank
>
>