Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] [LU factorisation: gdb debug output]

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] [LU factorisation: gdb debug output]


Chronologique Discussions 
  • 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 19:14:15 +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:fXX6URPSeoxgWWxlbWkl6mtUPXoX/o7sNwtQ0KIMzox0Ivj6rarrMEGX3/hxlliBBdydt6odzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlViDanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZUMhfVzJPDJ6/YYsBAOUOIftXoYb/qFsJoxSzHhWsCeDzxjNUmnP7x6833uI8Gg/GxgwgGNcOvWzJotrvMacSTP66zK3Vxjvdb/NW2Czy55LVchAlvfGHQLV9cdHLxkkqCgPKkFGQpZb5PzOV1+QCqHKU7/dkVeKzkGMnqgdxoiKuxsg2kIXJiJgVx0nC+C5kw4g1PcW1RFN0bNK5CpdcqSGXOotsTs8/XW1luzw2xqAetZO/YiQG0okryh7BZ/CdcIWE/gjvWPufLDp+mXlrYqiwhwyo/kil0uD8Vte70FJNriddktnDqGoN2AbJ5sedU/t940ah2TKR2ADV9O5EPVo4laTBK5I5w74wkIQcsVjbEyPrl0j6kbWaelsk9+Wo8ejrf6vqq5yGO4Npkg3+N74hms27AeQ2KAgOWG2b9Pyn1LL5+E35XatFjvksnqnFsJDaJN8UqbSkAw9RzoYu8AiwDzG90NgBmXkGLFVFeBSdg4juIVHOL+j0De2jjFS0jDdr2/fGM6X6ApXRNHfDiq/hfatk50FB1gUz085Q55ZPB7EFIfLzQVPxtMfCAh82PQy0xPznCNpj2Y8EWGKPBLWZMKLIvlOS6OIvObrEWIhAnT/tKv1tzvTniXI/mlgDNf2s1IsWbTaxFP1iLkOaZmTEjdIIEGNMtQ07Gr/EklqHBAVaYmu/W+oA5jAxAZ+iEc+XXYmonbGFmju7H5dfe2RaIlGKC3bhMYueDaRfIBmOK9Nsx2RXHYOqTJUsgFT37Ff3
  • 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

Maxim Abalenkov, on jeu. 28 déc. 2017 19:47:17 +0200, wrote:
> Now I remembered another reason, why the multiple views were not suitable
> for
> my application: sometimes I need to specify dependencies on both a panel
> and a
> tile. And that won’t work, since only one view can be active at a time,
> i.e. if
> a panel view is active all the tile handles will be invalid.

You can do either

- synchronization between multiple views by hand, just like
examples/filters/fmultiple_manual.c
- synchronization between multiple views through filters with
explicit submission of synchronization between views, just like
examples/filters/fmultiple_submit.c
- starting with the future StarPU 1.3, synchronization between multiple
views through filtesr with implicit submission, just like
examples/filters/fmultiple_submit_implicit.c

> One option I see, is to use a custom data interface to pack/unpack the panel
> tiles and the pivots vector.

You do not need specific data interfaces for these: they are still
matrices.

Samuel




Archives gérées par MHonArc 2.6.19+.

Haut de le page