Pipeflow - C++ Task-Parallel Pipeline Scheduling Framework
Offered By: CppNow via YouTube
Course Description
Overview
Explore a conference talk from CppNow 2023 on Pipeflow, a C++ task-parallel pipeline scheduling framework. Dive into the fundamentals of pipeline parallelization, understand the limitations of existing data-centric frameworks, and discover how Pipeflow addresses these challenges through task parallelism. Learn about the framework's design, implementation, and deployment, including its use of lightweight atomic operations for efficient scheduling. Gain insights into real-world applications and performance advantages of Pipeflow in industrial settings. By the end, acquire the knowledge to implement task-parallel pipeline algorithms using Pipeflow in your own applications.
Syllabus
Introduction
What is Pipeflow
Challenges of Existing Libraries
Solution Introduction
Python Use Question
Summary
Buffers
Implementation
Data Storage
Serial Pipe
Picallable
String
Column
Task
Verify
Performance
Results
Questions
Scheduling
Atomic Counter
Scheduling Algorithm
Taught by
CppNow
Related Courses
Intro to Parallel ProgrammingNvidia via Udacity Introduction to Linear Models and Matrix Algebra
Harvard University via edX Введение в параллельное программирование с использованием OpenMP и MPI
Tomsk State University via Coursera Supercomputing
Partnership for Advanced Computing in Europe via FutureLearn Fundamentals of Parallelism on Intel Architecture
Intel via Coursera