Fast Audio Thread Synchronization for GPU Data
Offered By: ADC - Audio Developer Conference via YouTube
Course Description
Overview
Explore advanced techniques for fast audio thread synchronization with GPU data in this conference talk from the Audio Developer Conference 2023. Delve into solutions developed for a GPU-based physics simulation instrument, focusing on synchronizing large data models between GUI and audio threads. Learn about wait-free approaches, SPSC queues, and custom data structures that avoid mutexes and memory allocations. Discover strategies for running GPU physics simulations at audio sample rates, addressing memory bandwidth issues, kernel execution latency, and cross-GPU-thread synchronization. Gain insights into OpenCL language limitations and optimizations for reliable GUI and audio thread synchronization in compute-intensive physics simulations. Prerequisite knowledge of C++ programming and thread synchronization primitives is recommended.
Syllabus
Fast Audio Thread Synchronization for GPU Data - Evan Mezeske - ADC23
Taught by
ADC - Audio Developer Conference
Related Courses
Distributed Programming in JavaRice University via Coursera Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Многопоточность
Moscow Institute of Physics and Technology via Coursera LAFF-On Programming for High Performance
The University of Texas at Austin via edX Android-разработка: основы, многопоточность, архитектура
Moscow Institute of Physics and Technology via Coursera