-
Notifications
You must be signed in to change notification settings - Fork 187
Conversation
docs/releases/changelog.md
Outdated
- #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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed should be capitalized.
docs/releases/changelog.md
Outdated
## 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go look up the changelog entry for the last new ABI, and make sure we are using the same wording. I think the summary for the last ABI change explained that the new one was now the default, and that the old one was still supported.
### New Features | ||
|
||
- #111: Adds two APIs to `cuda::std::barrier` for waiting on the parity of the barrier. | ||
- Thanks to Olivier Giroux for this contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically speaking we don't need to call out Olivier as he's a core contributor, but it's fine. Always good to thank people.
No description provided.