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

Commit

Permalink
Update changelog to include annotated_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Oct 20, 2021
1 parent bb75bc9 commit 3595625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ It pulls in the latest version of upstream libc++ and marks the beginning of
libcu++ 1.6.0 is a major release. It changes the default alignment of `cuda::std::complex` for
better code generation and changes `cuda::std::atomic` to use `<nv/target>` as the primary dispatch mechanism.

This release adds `cuda::annotated_ptr` and `cuda::access_property`, two APIs that allow associating an address
space and an explicit caching policy with a pointer, and the related `cuda::apply_access_property`,
`cuda::associate_access_property` and `cuda::discard_memory` APIs.

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

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

0 comments on commit 3595625

Please sign in to comment.