Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Easy and Featureful Parallelism with Dagger.jl - JuliaCon 2021
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Overview
- 3 - When and why use Dagger instead of Distributed?
- 4 - Coding example
- 5 - A note on Dagger.delayed
- 6 - How does Dagger scheduler work?
- 7 - How is Dagger different from what Distributed.pmap and friends do?
- 8 - Dagger vs Distributed - Dagger is built on top of Distributed
- 9 - Real application demo built on Dagger - security camera monitoring system
- 10 - Dagger feature: distributed arrays
- 11 - Dagger feature: checkpointing
- 12 - Dagger feature: GPU programming with DaggerGPU.jl
- 13 - Future Dagger feature: Distributed tables
- 14 - Future Dagger feature: Task and data scopes
- 15 - Future Dagger feature: Mutable chunks
- 16 - Check the Issues on the Dagger repository for more