Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

41 lines (34 loc) · 1.38 KB

Changelog

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.

Changed

  • 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

Added

  • Wrapper around CUB library, which can be accessed like hipper::cub.

Changed

  • C++14 standard is now required.

Fixed

  • Inline template specifications for threadRang.

0.1.2 - 2020-07-01

Fixed

  • Remove BUILD_TESTING from CMake setup.
  • Add missing changelog entries for 0.1.1.

0.1.1 - 2020-06-30

Added

  • Testing framework for CUDA and HIP targets.

Fixed

  • Definition of limit_t in HIP.
  • Example in README.

0.1.0 - 2020-05-19

Added

  • Basic runtime wrappers for CUDA and HIP.