Accéder au contenu.
Menu Sympa

starpu-devel - Re: [Starpu-devel] [selective access mode setting]

Objet : Developers list for StarPU

Archives de la liste

Re: [Starpu-devel] [selective access mode setting]


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] [selective access mode setting]
  • Date: Thu, 6 Sep 2018 18:12:55 +0200
  • 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, le jeu. 06 sept. 2018 17:06:31 +0100, a ecrit:
> Pass the first and the last data handles with STARPU_RW access modes and all
> the intermediate handles as the normal STARPU_VALUE without any dependence
> tracking. Would that work?
>
> My mission is to simplify the DAG. I feel/believe too many (unnecessary)
> dependencies slow down my code.

If the goal is to drop dependency tracking, you can simply disable
sequential consistency for these data with
starpu_data_set_sequential_consistency_flag.

Normally, dependency tracking uses O(1) algorithms so it shouldn't be
too costly, but it's not harm checking if that's the case :)

Samuel




Archives gérées par MHonArc 2.6.19+.

Haut de le page