Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces a more flexible construct for parallel computation using tasks, which allow for concurrent execution of computations. The instructor explains the task interface, demonstrates starting multiple tasks in parallel, and discusses the implementation of the parallel construct using tasks. Examples and comparisons between correct and incorrect implementations are provided.