Objet : Developers list for StarPU
Archives de la liste
- From: Alfredo Buttari <alfredo.buttari@enseeiht.fr>
- To: Brice Goglin <Brice.Goglin@inria.fr>
- Cc: starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] hwloc CUDA plugin missing
- Date: Mon, 11 Feb 2019 14:59:52 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=alfredo.buttari@enseeiht.fr; spf=Pass smtp.mailfrom=alfredo.buttari@gmail.com; spf=None smtp.helo=postmaster@mail-vk1-f182.google.com
- Ironport-phdr: 9a23:OhlGbBPkNkct+wfqV3Ul6mtUPXoX/o7sNwtQ0KIMzox0Ivr6rarrMEGX3/hxlliBBdydt6oUzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlLiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZUclRWS5ODIOyYYUMEuQPI/pXopLnqFcStxazHxWgCP/txzJOm3T43bc60+MkEQzewAEgG9wOsG7Ko9roM6cZTP24zLTUzTXfdfxWwzb945XPfx87pfGMU6hwftTMxkkoDQ/KlUiQqZD5PzyPzOQNsnOW4PRmVeK0lWEotQBxojizxss2hInJnJsYx1bZ/it3x4Y1IMe3SE99YdO8DpRQsTqaOJVoTcMjQ2FopDw2yrMcuZO9YSMEy4wnygbBZ/Cbd4WE+BHuWeaLLTtmmn5pZaiziwux/ES+zOD3S9O630xQriVfl9nBrnAN2ALX6siAUvZ9+12u2TeL1wzK9OFEIl04mbPVK5I8wbM8iIAfsUvEHi/xl0X2iLGZel849eiv7uTrerTmppmCOI9okgzyLLgil8ilDek7MgUCRXaX9fqh2LH54EH0Q6tGguUzkqbDsZDaIcobprS+Aw9Qyoss8RK/Dzm80NsGgHYHK0hJdwmaj4j1J1HBOur4DfakjlSjlTdk3fHGPrn7DprRKXjDla/tfaxh5E5E1Aoz0ddf6opPCrEdOv3zQFfxtMHBAhAkLQO03fjoCNFm24MaWGKPGbOZMLjIvV+H6OIvJPOMZIALtzrnKvgl4eTujX4jllMHc6mpx8hfVHftNO5nKEjRTn3jhtYHWTMgpAs1QarFj1KGUDh7ZnCoXqt66CttW6y8CoKWb4SjmrGN22+RA4FKb3pHQgSFFXnyeomDHf0RdD6bOM5JnzofWLWgS5Nn2wv451yy8KZuMueBon5QjpnkztUgorSLzUhjpwwxNNyU1iS2d08xm2oJQzEs26Um+B5yz16C1e5zhPkKTIUPtcMMaR8zMNvn98I/E8r7A1mTc9GSRVunQsngDytjFotske9LWF50HpCZtj6G3yeuBOVLxbmCBZhx7KGFmnaod5w7xHHB260syVIhR5kXOA==
- 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 for the info Brice!
digging into starpu I found that starpu_config.topology.workers_bindid[i] and _starpu_config.workers[i].bindid are not consistent; is this normal?
I did this adding the following lines at the very beginning of the _starpu_build_tree routine:
for (i = 0; i < starpu_worker_get_count(); i++)
printf(">>> %2d %2d %2d\n",i,_starpu_config.topology.workers_bindid[i], _starpu_config.workers[i].bindid);
On Mon, Feb 11, 2019 at 10:21 AM Brice Goglin <Brice.Goglin@inria.fr> wrote:
Le 11/02/2019 à 10:16, Alfredo Buttari a écrit :
> I do not know if there is an easy way to figure out whether a GPU is
> closer to another GPU or to another core. As far as I understand this
> information (essentially the existence of an nvlink interconnect
> between GPUs) is not provided by hwloc.
Right, we're working on it but it's not available yet.
Brice
-----------------------------------------
Alfredo Buttari, PhD
CNRS-IRIT
2 rue Camichel, 31071 Toulouse, France
http://buttari.perso.enseeiht.fr
Alfredo Buttari, PhD
CNRS-IRIT
2 rue Camichel, 31071 Toulouse, France
http://buttari.perso.enseeiht.fr
- [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Brice Goglin, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Brice Goglin, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 11/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 15/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Alfredo Buttari, 07/02/2019
- Re: [Starpu-devel] hwloc CUDA plugin missing, Samuel Thibault, 07/02/2019
Archives gérées par MHonArc 2.6.19+.