0.7.0: Maximum Warp
This release features the new alpaka intrinsic warp::shfl
(and an accordingly updated cheat sheet). Apart from that we mostly focused on maintenance and convenience changes:
- We removed support for 32bit Windows, Visual Studio versions older than 2019 and clang+CUDA for clang versions older than 9.
- We now support clang 11 and CUDA 11.3.
- We now mandate CMake 3.18 (or newer) so we can make use of CMake's native CUDA support.
- A few CMake flags have been renamed.
- The CUDA and HIP back-ends no longer enable
-ffast-math
by default.
See the full changelog here.