Description

Nous accueillons Francois Févotte et Luiz Faria qui nous présenteront leur package:

DataFlowTasks.jl is a Julia package dedicated to parallel programming on multi-core shared memory CPUs. From user annotations (READ, WRITE, READWRITE) on program data, DataFlowTasks.jl automatically infers dependencies between parallel tasks. Behind the scenes, the user annotations are used to automatically infer task dependencies by constructing and analyzing a directed acyclic graph based on how tasks access the underlying data. The premise is that, for certain kinds of algorithms where constant re-use of data is of paramount importance for performance, it is simpler to specify how tasks depend on data than to directly specify how tasks depend on each other (e.g. manually adding synchronization primitives such as wait, fetch, etc).

During this talk, we will discuss the main design principles of DataFlowTasks, as well as when and how DataFlowTasks can be used to effortlessly implement parallel algorithms. We will illustrate the use of DataFlowTasks to parallelize complex, real-life problems, such as:

  • Computation of the longest common subsequence
  • Block Cholesky factorization of dense matrix
  • LU factorization of a hierarchical matrix

L'exposé sera en français. Cette session est accessible à tous et aura lieu sur la plateforme BBB de Mathrice.

Merci de bien vouloir vous inscrire pour suivre cette session. Cette session sera enregistrée. S'inscrire implique d'accepter ce principe.

Vidéo sur canal-u.tv

Invités