All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update copyright. hipper is now maintained as part of our work at Auburn University.
- The default git branch is renamed
main
. More information is available.
0.2.0 - 2020-10-16
- Wrapper around CUB library, which can be accessed like
hipper::cub
.
- C++14 standard is now required.
- Inline template specifications for
threadRang
.
0.1.2 - 2020-07-01
- Remove
BUILD_TESTING
from CMake setup. - Add missing changelog entries for 0.1.1.
0.1.1 - 2020-06-30
- Testing framework for CUDA and HIP targets.
- Definition of
limit_t
in HIP. - Example in README.
0.1.0 - 2020-05-19
- Basic runtime wrappers for CUDA and HIP.