Releases

HPX 1.9.1 Released

We have released HPX 1.9.1 that adds a number of small new features and fixes a handful of problems discovered since the last 1.9.0 release. In particular: we fixed various occasional hanging during startup and shutdown in distributed scenarios. We also added support for zero-copy serialization on the receiving side to the TCP, MPI, and […]

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

Scroll to top