Objet : Developers list for StarPU
Archives de la liste
- From: Mawussi Zounon <mawussi.zounon@manchester.ac.uk>
- To: Samuel Thibault <samuel.thibault@inria.fr>, Olivier Aumage <olivier.aumage@inria.fr>, Negin Bagherpour <negin.bagherpour@manchester.ac.uk>, "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>, Jakub Sistek <jakub.sistek@manchester.ac.uk>
- Subject: Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL
- Date: Mon, 25 Sep 2017 16:10:26 +0000
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=mawussi.zounon@manchester.ac.uk; spf=Pass smtp.mailfrom=mawussi.zounon@manchester.ac.uk; spf=None smtp.helo=postmaster@clarity.mcc.ac.uk
- Ironport-phdr: 9a23:R8uzrBUPG13t+6vK7zz1bWG9nxXV8LGtZVwlr6E/grcLSJyIuqrYYBeEt8tkgFKBZ4jH8fUM07OQ6P+wHzFYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aMlzFOAF0PuX4HJLJx4Tyjrjqus6bXwIdvzO4fL52ZCm2rA/Yq80Kyd95I6Msxx+PvntJce1LwX9AJFSJnh+66N3muNZE9yVOuv87v+ddVKz1cuxsSrhZEjUrKSY8+cjiuhTrTA2V53JaXH9A1lJuDgfE6lnQV5jxvzHisfdnkH2cMML3S/Y+UDui4r1zTwLyoCIOMTU5/XrLh9Y2hakdvRH341Q12JLdepmIcfZzYK7ZVdcbXnZaGMlfUDZOD8W9aZEOBqwPJ6wQ+5LhrkEWsF6yCBehAMvryyRUnTn506og3OlnEAfc3QVmEchY9Dz2pdboPu8pUPupwaqAmTfKbO5cnyz885TFcTgkqPeHXb9rbcfLj0AkUR7G2Aa+s4vgahacyfkWqGnT3e19U+Wpwzoioh5suSOugNUrl4/OgKoQw1bP9Shi3IsvY9SzDlN4N433WKBMvj2XYtMlCvgpRHtl7WNjkuUL
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
Thanks Samuel,
I will perform a quick benchmark then be back to you.
Best regards,
--Mawussi
________________________________________
From: Samuel Thibault [samuel.thibault@inria.fr]
Sent: Monday, September 25, 2017 1:16 PM
To: Olivier Aumage; Mawussi Zounon; Negin Bagherpour;
starpu-devel@lists.gforge.inria.fr; Jakub Sistek
Subject: Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted
KNL
Samuel Thibault, on ven. 22 sept. 2017 11:48:12 +0200, wrote:
> Olivier Aumage, on ven. 22 sept. 2017 09:12:27 +0200, wrote:
> > The main reason for the initialization cost on KNL is the large number of
> > cores and the fact that those cores are individually much less powerful
> > and advanced than Broadwell's cores. Initializing libhwloc on the KNL
> > takes about 0.5 to 1 second.
>
> And we do it twice, once for the whole architecture, and a second
> time in _starpu_build_tree to get only the structure of the
> architecture. Perhaps that second call could be avoided, it's probably
> less expensive to make build_tree cope with structure-useless hwloc
> object, than asking hwloc discovery a second time.
I have fixed this.
Samuel
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, (suite)
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 20/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 21/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 21/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 21/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 21/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 21/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 22/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Jakub Sistek, 22/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Samuel Thibault, 22/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Samuel Thibault, 25/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 25/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 25/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 25/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 25/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Samuel Thibault, 20/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Olivier Aumage, 20/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Samuel Thibault, 20/09/2017
- Re: [Starpu-devel] Performance issue of StarPU on Intel self-hosted KNL, Mawussi Zounon, 18/09/2017
Archives gérées par MHonArc 2.6.19+.