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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera