Keynote: Making C++ Standard Parallelism Multidimensional
Standard C++ currently exposes potential parallelism in a few different ways: explicit thread creation, the parallel algorithms, std::execution, and std::simd. We can think of natural ways to extend and improve each of these. Such efforts are worth continuing, but what is missing here is multidimensionality. This effectively excludes a wide class of algorithms that have … Continue reading Keynote: Making C++ Standard Parallelism Multidimensional
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed