We have released HPX 1.9.0 — a major update to our C++ Standard Library for Concurrency and Parallelism. The HPX parallel algorithms now have been fully adapted to C++23, all existing facilities have been adjusted to conform to this version of the Standard as well. We now can proudly announce full conformance to the C++23 […]
Release and release candidates announcements
HPX 1.8.1 Released
We have released HPX 1.8.1 that adds a number of small new features and fixes a handful of problems discovered since the last 1.8.0 release, in particular: a lot of work has been done to improve vectorization support for our parallel algorithms. HPX now supports using EVE – the Expressive Vector Engine as a vectorization […]
HPX 1.8.0 released
We have released HPX 1.8.0 — a major update to our C++ Standard Library for Concurrency and Parallelism. The HPX parallel algorithms now have been fully adapted to C++20, all existing facilities have been adjusted to conform to this version of the Standard as well. We now can proudly announce full conformance to the C++20 […]
HPX 1.7.1 released
We have released HPX 1.7.1 to fix minor problems found after the 1.7.0. This patch release fixes a bug in the internals of actions, adds a version check to the new Asio dependency, and slightly improves the performance of spinlocks among other minor changes. Importantly, the experimental hpx::execution::simdpar execution policy introduced in 1.7.0 was renamed […]
HPX 1.7.0 released
The STE||AR Group is proud to announce the release of HPX 1.7.0! This release continues the focus on C++20 conformance in our parallel algorithms, with many new algorithms becoming customization points and others receiving ranges versions. We’ve also added experimental support for using the new GCC’s SIMD data types with our parallel algorithms to go […]
HPX 1.6.0 released!
The STE||AR Group is proud to announce the release of HPX 1.6.0! HPX is an implementation of the C++ standard library for parallelism and concurrency on an efficient user-level threading runtime, with extensions for distributed computing. This release continues the focus on C++20 conformance with multiple new algorithms adapted to be C++20 conformant and becoming […]
HPX 1.5.0 released!
The STE||AR Group is proud to announce the release of HPX 1.5.0! This is a big release with many changes and improvements. We have added numerous new features, adapted a lot of algorithms to be C++20 conformant, continued work on modularizing and making HPX lighter, improved usability, stability, and performance. Make sure to read our […]
HPX 1.5.0 release candidate 3
The third and last release candidate of HPX 1.5.0 is now available. Get it by cloning the repository and checking out the 1.5.0-rc3 tag or downloading the archive from our releases page: https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0-rc3. The APEX tag has been updated in this release candidate, it includes more algorithms adapted to C++20 and several bug fixes. While […]
HPX 1.5.0 release candidate 2
The second release candidate of HPX 1.5.0 is now available. Get it by cloning the repository and checking out the 1.5.0-rc2 tag or downloading the archive from our releases page: https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0-rc2. This second release candidate includes the first version of the release notes for this release 1.5.0. You can check it out in the documentation […]
HPX 1.5.0 release candidate 1
The first release candidate of HPX 1.5.0 is now available. Get it by cloning the repository and checking out the 1.5.0-rc1 tag or downloading the archive from our releases page: https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0-rc1. This is a big release with many changes and improvements. The main breaking change of this release is that HPX now requires a C++14 […]