SIMD Libraries in C++
Offered By: CppNow via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the world of Single Instruction Multiple Data (SIMD) libraries in C++ through this comprehensive conference talk from CppNow 2023. Delve into the evolution of vector processing and its impact on modern computing. Learn about the challenges of compiler vectorization and the shift towards direct SIMD utilization in algorithms. Discover application-level libraries for JSON parsing, compression, and CRC processing that leverage SIMD capabilities. Examine 'developer libraries' that provide abstractions for creating new parallel algorithms. Get an introduction to the proposed std::simd for C++26, including data-parallel types, related traits, and Abi facilities. Understand the design choices and trade-offs made by various SIMD libraries. Gain insights into accessing preliminary implementations through GCC11 and later versions. Prepare for hands-on experience with writing parallel algorithms using std::simd in the associated Library in a Week session.
Syllabus
SIMD Libraries in C++ - Jeff Garland - CppNow 2023
Taught by
CppNow
Related Courses
Mojo Programming Language – Full Course for BeginnersfreeCodeCamp Vectorized Query Execution with SIMD - Lecture 8
CMU Database Group via YouTube Query Vectorization vs. Compilation in Advanced Database Systems - Lecture 10
CMU Database Group via YouTube Parallel Query Execution - Lecture 13
CMU Database Group via YouTube One Billion Row Challenge: Optimizing Java for Massive Data Processing
Devoxx via YouTube