Objet : Developers list for StarPU
Archives de la liste
- From: Maxim Abalenkov <maxim.abalenkov@gmail.com>
- To: Samuel Thibault <samuel.thibault@inria.fr>
- Cc: starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] [LU factorisation: gdb debug output]
- Date: Wed, 3 Jan 2018 20:03:10 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=maxim.abalenkov@gmail.com; spf=Pass smtp.mailfrom=maxim.abalenkov@gmail.com; spf=None smtp.helo=postmaster@mail-wm0-f42.google.com
- Ironport-phdr: 9a23:7tpqOxTXlW4Oe/HraX49Aqb6pNpsv+yvbD5Q0YIujvd0So/mwa6yYx2N2/xhgRfzUJnB7Loc0qyK6/mmATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfa5+IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRBDI2/c4QAAPcPM+haoIfjqVsAqgCzChOwCOPq0DJIhmP60K883u88EQ/GxgsgH9cWvXrTttr0O6YSUeWox6TU1jrMdfdW1in76IjLdRAhv+yHULV1ccXLxkgvFgbFgk+KpoP+JTyV0voCs26Y7+pnS+KikGEnqwRrrTiuwscgkJXGhoUQyl3d8yhy3Yg7Jdq9SEFhYN6kFoNdty6bN4tqRsMtWXpntDw7yr0Bv5OwYSsEyIw/yhPdZPGLaZWE7gzjWeqLIjp0mmhpdb2hixqq7EStzu3xWtOp3FtFtCZJjMXAumwX2xDO9sSKSv1w9Vq71zmVzQDc8ORELFg0laXFL54hxaY9lp8JvkTCGi/6gUv3jKqKekk99Oil5Prrbq/ppp+bMI90hQX+Pbo0lsOjBuQ4NxACX2md+euiyL3u5U/0TbpQgvErjKXUsIrWKMcFqqKjDAJZzJ4v6xOlADen1NQYk2MHLFVAeB+fiojmIV7PIPH9DfulmVujiy1kx/TYMb3nAZXNKWbDnazufbZ48UFcyQ4zwcpD6JJTD7ENOOjzVVPptNzEEh85NBS5w/37CNpnzIMeQX+PDraEP6zMr1+H+OYvLvKIZI8Uozb9N+Ml6+ThjX83nl8dZ6ap0oUNZHC5GPRmOUSZbmD2jtcPC2dZ9jY5GdfjjUCPVXZvZ3e4Vr84+nlvE4ujEIrHAJytgbaIwSOnNpxQfGFPTF6WRyTGbYKBDtIFeCOXauZrmzgJU7umVcd10Bi+tQq8wrBuKufS+SoGnZ3m3dlxoebUkEdhpnRPE82B3jTVHClPlWQSSmpzhfgnrA==
- 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>
Dear Samuel,
I hope all is well with you. May I please ask two questions:
a) What is the purpose of enforcing task execution on the home node? Is it always necessary, when I use the STARPU_DATA_MODE_ARRAY in “starpu_task_insert"? Please consider the code snippet I took from the “fmultiple_manual.c”:
// Enforce task execution on home node (STARPU_MAIN_RAM)
core_starpu_codelet_zgetrf_pnl.specific_nodes = 1;
for (int i = 0; i < STARPU_NMAXBUFS; i++) {
core_starpu_codelet_zgetrf_pnl.nodes[i] = STARPU_MAIN_RAM;
}
core_starpu_codelet_zgetrf_pnl.specific_nodes = 1;
for (int i = 0; i < STARPU_NMAXBUFS; i++) {
core_starpu_codelet_zgetrf_pnl.nodes[i] = STARPU_MAIN_RAM;
}
b) Can you please direct me to an example(s) of using StarPU subtasks (tasks submitted by other tasks)?
Thank you and have a good evening!
—
Best wishes,
Maxim
On 28 Dec 2017, at 20:09, Samuel Thibault <samuel.thibault@inria.fr> wrote:Maxim Abalenkov, on jeu. 28 déc. 2017 20:47:04 +0200, wrote:STARPU_DATA_MODE_ARRAY, panel_desc, A.mt,
My only problem is to unpack the tiles and the pivots vector together, one
after another inside the CPU kernel function. I can’t achieve this. Thank you.
data arrays appear merely as data, one after the other, in the descr
parameter, see for instance tests/main/insert_task_dyn_handles.c
Samuel
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 03/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 08/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 10/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 15/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 19/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 24/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 24/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 15/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Maxim Abalenkov, 10/01/2018
- Re: [Starpu-devel] [LU factorisation: gdb debug output], Samuel Thibault, 08/01/2018
Archives gérées par MHonArc 2.6.19+.