Objet : Developers list for StarPU
Archives de la liste
- From: Samuel Thibault <samuel.thibault@inria.fr>
- To: Maxim Abalenkov <maxim.abalenkov@gmail.com>
- Cc: starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] [LU factorisation: gdb debug output]
- Date: Thu, 28 Dec 2017 18:13:11 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=samuel.thibault@inria.fr; spf=Neutral smtp.mailfrom=samuel.thibault@ens-lyon.org; spf=Fail smtp.helo=postmaster@hera.aquilenet.fr
- Ironport-phdr: 9a23:/gLZKh9s8LaDf/9uRHKM819IXTAuvvDOBiVQ1KB31+scTK2v8tzYMVDF4r011RmVBdyds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+54Dfbx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMNboRr4oRzut86ZrSAfpiCgZMT457HrXgdF0gK5CvR6tuwBzz4vSbYqINvRxY7ndcMsUS2RBQMhfSi9PAo2zYIQTEuUPMuRXr47zqFYVsRuzBhWgCP/zxjJShHL727Ax3eQ7EQHB2QwtB88Av27RrNXoKqgSVf2+wrfIzTXCdPxZwyr96IzUchs8pvyMRqh/cc/MyUYxEwPJlEmQqYzkPzyOzOsNrmyb7/Z7WOKujW4nsQBxrSK1yscikInEn4QYwU3H+yVh2Is5ONK1RFNhbdK6EJZdtzuWO5ZoTs4hWW1kpT42x7kYtZKhYSQHyIorywTcZvCbaYSE/xzuWeCMKjlinn1lYqiwhxOq/Eig1OL8Us603U5KriVbiNnDrGoB2AbK6siaS/t9+lmu2TCR2ADP8O1EL1o0mbLaK54n3LEwioIevVnMEyPrgkn6kq+be0U+9uS19ejqYa/qqoKEO49xkA7+M6AumsKlAeQ/NwgDR3Ob9v651L3+40L5RK9GjuE2kqnYq5/VP9kbpqqlAwJOzIkj7Q2/Ay6i0NUYmnkHKkhJeBWdj4jmI13OOuz3De+jg1Swlzdm3+vGPqH7DZXXNnjDja7tcqtj5E5C1gUzyctS55ZVCrEaPPLzQVX9tNPWDh8+KQy0zPjoBM981oMYQ2KPA7WWPLncsV+StaoTJLypbZ8UvX7UIfEh6vjtimFxzVoUbaism5IdYXS1GPdhPW2WZHPthpEKFmJc7SQkS+m/s1SHTDNXL0qyXqg1+zUnQNa9BILeS4TrnLyA1i6mGoF+Z2ZcC1nKH22+JNbMYOsFdC/HepwpqTcDT7X0DtZ5jRw=
- 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>
- Organization: I am not organized
Hello,
Maxim Abalenkov, on jeu. 28 déc. 2017 18:05:22 +0200, wrote:
> I hope all is well with you. I need your help please. I have successfully
> implemented a panel-wise version of the LU factorisation in StarPU using
> the "multiple views" approach. However, multiple views create a drawback of
> using twice as much memory compared to the tiles approach (when the matrix
> is divided into square or rectangular blocks). The memory for the tiles and
> the memory for the panel views.
Err, but IIRC you are not using GPUs? Multiple views do not bring more
memory consumption, they only bring different ways for looking at the
same data.
Samuel
- Re: [Starpu-devel] [LU factorisation: gdb debug output], (suite)
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 21/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 20/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 28/12/2017
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 20/12/2017
Archives gérées par MHonArc 2.6.19+.