Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add clearer notification about ABI break. Fix capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Aug 4, 2021
1 parent 0bf8fb2 commit 64f88f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ It pulls in the latest version of upstream libc++ and marks the beginning of
## libcu++ 1.6.0 (CUDA Toolkit 11.5)

libcu++ 1.6.0 is a major release. It adds two new functions to the `cuda::std::barrier` API and
uses `<nv/target>` as the primary dispatch mechanism for `cuda::std::atomic`. This is an ABI breaking release.
uses `<nv/target>` as the primary dispatch mechanism for `cuda::std::atomic`.

This release introduces ABI version 4, which is now the default.

Supported ABI Versions: 4 (default), 3, and 2.

Expand All @@ -25,7 +27,7 @@ Included in: CUDA Toolkit 11.5.
- #111: Adds two APIs to `cuda::std::barrier` for waiting on the parity of the barrier.
- Thanks to Olivier Giroux for this contribution.

### Issues fixed
### Issues Fixed

- #179: Refactors the atomic layer to allow for layering the host device/host abstractions.
- #189: Changed pragmas for silencing chrono long double warnings.
Expand Down

0 comments on commit 64f88f6

Please sign in to comment.