Re: [eigen] FLENS C++ expression template Library has excellent documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] FLENS C++ expression template Library has excellent documentation
- From: Christian Mayer <mail@xxxxxxxxxxxxxxxxx>
- Date: Sat, 18 Apr 2009 22:37:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :reply-to:user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=/xzTtmYEGnH71Ba9cRuYY+R38+pSNSgd5YAUQ8z307M=; b=a/vYp8F7OFV1B2VKpwXukeFE5ohlE9Voa28jtcx0WhEuQB3Qppf3aj13KltR5DETtt dl+1tDZADMnwACzzYFr74qqXy6wNxEMbrF696Jj4Fc04sTfuJSndXWhAcoXx8+B+MpGZ VTgFcvm3wSK4v/FYyNLc0yEFMKbGQfH2lngbs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=AOa0Ih0s5uc46srK3IAO6sUEcB6PbYshmbcvbxYxOC0cn48z6Fu8kUS2E+yaZIrdap FdOSA9aEHd5HQhGWQ9c7P3tEC3XynYx0/gbB7cLr6LAKXBBo0piLCqRLmRH6kTHkxvwf PzYWIegH3fTcGg6A1TH9cKpG105hQKCShkiIQ=
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Rohit Garg schrieb:
> Which is the minimally lightweight scheduler in your opinion?
By scheduler I was talking about the "server thread" that's giving the
"worker threads" their tasks to do.
> Pthreads? Intel TBB? OpenMP atleast has the advantage of being
> compiler driven so can be atleast there will be no code to link to.
Those aren't the schedulers for me, that's the threading library used
for the basic infrastructure stuff. I don't know which of those would be
best for our case, but it has to be choosen carefully. Adding threads is
allways adding overhead - something that eigen could avoid in the past
and that's one of the biggest strengths of eigen...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREIAAYFAknqOfcACgkQoWM1JLkHou29rQCfc1hYMEnNI/efHuQvxrnAK/+t
L9YAn2cuKm3q3mJZGtOs6rngco6wQT/S
=cFgC
-----END PGP SIGNATURE-----