Releases

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 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 […]

Scroll to top