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 […]
Important: IRC channel change
Important: IRC channel change Because of the growing problems with Freenode we have decided to move our IRC channel to a different network. Please /join #ste||ar at Libra.Chat (irc://irc.libera.chat:6667). If you are using the Matrix bridge to IRC, you can join #ste||ar:libera.chat through Matrix. We hope to see you on the other side!
GSoC Coding Period Starts for Students!
STE||AR Group’s 2021 Google Summer of Code has begun! The coding period starts now for the 2 students selected this year to be funded by Google to work on projects for our group. For those unfamiliar with the program, the Google Summer of Code brings together ambitious students from around the world with open source […]
HPX’s Season of Docs 2021
By Rachitt Shah HPX was recently selected to be part of Google’s Season of Docs (GSoD), a program designed to improve the documentation of open source software, as well as being a Google Summer of Code organization. GSoD aims to cover and create the documentation gaps faced by organizations due to various reasons, alongside giving technical writers […]
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.6.0 release candidate 2
The second release candidate of HPX 1.6.0 is now available: https://github.com/STEllAR-GROUP/hpx/releases/tag/1.6.0-rc2. Compared to the first release candidate we have adapted hpx::remove/remove_if to C++20, fixed compilation with C++20, fixed environment handling and hwloc behaviour on FreeBSD, and adjusted the CMake options for enabling CUDA/HIP support. For users of the resource partitioner we have introduced a minor […]
HPX 1.5.1 released!
We have just released HPX 1.5.1. This patch release fixes problems found in the 1.5.0 release. It contains the following changes: Removes restriction on suspending runtime with multiple localities, users are now responsible for synchronizing work between localities before suspending. Fixes several compilation problems and warnings. Adds notes in the documentation explaining how to cite […]
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 […]