Tags: #algorithms #hpx #parallel
"There are two candidate C++ libraries available (to the best of my knowledge) that provide abstractions for the various kinds of hardware vectorization capabilities available on different computer architectures today. "
http://stellar-group.org/2016/09/vectorized-cpp-parallel-algorithms-with-hpx/
"There are two candidate C++ libraries available (to the best of my knowledge) that provide abstractions for the various kinds of hardware vectorization capabilities available on different computer architectures today. "
http://stellar-group.org/2016/09/vectorized-cpp-parallel-algorithms-with-hpx/
stellar-group.org
Vectorized C++ Parallel Algorithms with HPX – The STE||AR Group
In preparation for my talk at CppCon 2016 last week I decided to have a closer look at the possibility to add vectorization to HPX's parallel abstractionsThe slides for this talk can be downloaded here. The goal was to avoid using compiler specific extensions…