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
Functional Programming Principles in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera 数据结构与算法第一部分 | Data Structures and Algorithms Part 1
Peking University via edX Paradigms of Computer Programming – Fundamentals
Université catholique de Louvain via edX Paradigms of Computer Programming – Abstraction and Concurrency
Université catholique de Louvain via edX How to Code: Complex Data
The University of British Columbia via edX