Immutable Arrays Help Mutating Arrays More Efficiently - ML'23 Lecture
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a thought-provoking conference talk that challenges conventional wisdom in compiler optimization for array computations. Delve into Sven-Bodo Scholz's presentation at ML'23, where he argues that maintaining array immutability can lead to more efficient runtime implementations than explicitly managing low-level details. Discover how this counterintuitive approach enables compiler transformations that result in highly optimized code generation, particularly for large array operations. Learn about the advantages of tuning at the immutable array level, which allows for more aggressive target-architecture-specific optimizations compared to explicit memory management and destructive updates. Gain insights into this innovative perspective on compiler design and its potential impact on parallel implementations and overall program efficiency in just 32 minutes.
Syllabus
[ML'23] Immutable Arrays Help Mutating Arrays More Efficiently
Taught by
ACM SIGPLAN
Related Courses
Intro to Parallel ProgrammingNvidia via Udacity Introduction to Linear Models and Matrix Algebra
Harvard University via edX Введение в параллельное программирование с использованием OpenMP и MPI
Tomsk State University via Coursera Supercomputing
Partnership for Advanced Computing in Europe via FutureLearn Fundamentals of Parallelism on Intel Architecture
Intel via Coursera