HPX and GPU Parallelized STL
Offered By: CppNow via YouTube
Course Description
Overview
Explore GPU parallelization in HPX's implementation of parallel STL in this CppNow conference talk. Dive into the integration of GPU computing power with C++ applications using executors and modern GPGPU frameworks. Learn about the challenges of GPU programming and how HPX addresses them through C++AMP and SYCL standards. Discover the approach of extending existing implementations with GPU executors, minimizing developer work on data transfers and synchronization. Examine the integration of HPX with Clang-based compilers supporting AMP and SYCL standards. Gain insights into the potential of combining mature C++ projects with GPU parallelization techniques for enhanced performance and flexibility in algorithm execution.
Syllabus
Marcin Copik: HPX and GPU parallelized STL
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube