From 64f88f635c42c990d20b31fb960ab468b547d308 Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:10:19 -0700 Subject: [PATCH] Add clearer notification about ABI break. Fix capitalization. --- docs/releases/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/releases/changelog.md b/docs/releases/changelog.md index 4744eb9463..cde1871e83 100644 --- a/docs/releases/changelog.md +++ b/docs/releases/changelog.md @@ -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 `` as the primary dispatch mechanism for `cuda::std::atomic`. This is an ABI breaking release. +uses `` 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. @@ -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.