Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jdgarciauc3m jdgarciauc3m released this 23 Apr 11:32
· 187 commits to master since this release

In this release we have changed our license to Apache 2.0. This should allow better usage by commercial developments.

Additional changes:

  • Simplified grppi::reduce() by only allowing homogeneous reductions.
  • Added multi-context support by new grppi::run_with(). This allows pattern compositions in pipelines with different execution policies.
  • Multiple changes to support clean compilation with maximum warning enabled in gcc and clang.
  • Improved API documentation.
  • Removed legacy dependency on Boost.
  • Better support with clang++.