Back to Browse

Multidimensional C++ - Bryce Adelstein Lelbach - CppNorth 2022

5.4K views
Premiered Sep 3, 2022
1:07:18

CppNorth Twitter: https://twitter.com/cppnorth CppNorth Website: https://cppnorth.ca/ --- Multidimensional C++ - Bryce Adelstein Lelbach - CppNorth 2022 Slides:https://github.com/CppNorth/CppNorth_2022_Slides CppNorth 2022 video sponsors: think-cell: https://www.think-cell.com/en/ Adobe: https://cppatadobe.splashthat.com/ For decades, C++ has lacked a proper facility for working with multi-dimensional data structures. Finally, in C++23, we have one - `mdspan`, a non-owning multi-dimensional abstraction. It parameterizes layout and access, which allows us to write generic code that is agnostic to the structure and nature of the multi-dimensional data. It supports both compile-time and run-time extents, so we can trade off between compile-time optimizations and run-time flexibility. It has a powerful slicing interface which makes it easy to form new perspectives to our data. But `mdspan` doesn't have any iterators. ... What? In this talk, Bryce will take you on a quest - a quest in search of performant multi-dimensional iterators in C++. --- Bryce Adelstein Lelbach Bryce Adelstein Lelbach has spent over a decade developing programming languages and software libraries. He is the HPC Programming Models Architect at NVIDIA, where he leads programming language standardization efforts and drives the technical roadmap for NVIDIA's HPC compilers and libraries. Bryce is passionate about C++ and is one of the leaders of the C++ community. He is the chair of INCITS/PL22, the US standards committee for programming languages and the Standard C++ Library Evolution group. He also serves as editor for the INCITS Inclusive Terminology Guidelines. Bryce is the program chair for the C++Now and CppCon conferences. On the C++ Committee, he has personally worked on concurrency primitives, parallel algorithms, executors, and multidimensional arrays.He is one of the founding developers of the HPX parallel runtime system. --- YouTube Channel Managed By Digital Medium Ltd: https://events.digital-medium.co.uk --- #Programming​ #CppNorth #datastructures

Download

0 formats

No download links available.

Multidimensional C++ - Bryce Adelstein Lelbach - CppNorth 2022 | NatokHD