Back to Basics: C++ Concurrency - Lecture 1
Offered By: CppCon via YouTube
Course Description
Overview
Explore the fundamentals of concurrent programming in C++ with this conference talk from CppCon 2023. Delve into the world of multicore CPU performance optimization while learning to navigate potential pitfalls such as data races and application failures. Gain a solid foundation in concurrent programming, with a focus on std::thread and an introduction to other concurrency and parallelism methods. Discover how to identify and prevent data races using mutexes, atomic variables, and other standard constructs. By the end of this talk, acquire the skills to write simple, correct concurrent programs and establish a strong base for developing more complex concurrent applications. Presented by David Olsen, lead engineer for the NVIDIA HPC C++ compiler and ISO C++ committee member, this session offers valuable insights for C++ developers looking to harness the power of concurrency in their projects.
Syllabus
Back to Basics: C++ Concurrency - David Olsen - CppCon 2023
Taught by
CppCon
Related Courses
Computer ArchitecturePrinceton University via Coursera High Performance Scientific Computing
University of Washington via Coursera Parallel Programming Concepts
openHPI Введение в параллельное программирование с использованием OpenMP и MPI
Tomsk State University via Coursera Parallel programming
École Polytechnique Fédérale de Lausanne via Coursera