Skip to content

Commit

Permalink
Create staging release branch for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed May 13, 2021
1 parent 1878594 commit 59d0f44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ It pulls in the latest version of upstream libc++ and marks the beginning of
!-->

## libcu++ 1.5.0 (CUDA Toolkit 11.4)

libcu++ 1.6.0 is a major release.

Supported ABI Versions: 3 (default) and 2.

Included in: CUDA Toolkit 11.4.

### New Features

<!--
- `cuda::annotated_ptr`...
!-->

### Issues Fixed


## libcu++ 1.5.0 (CUDA Toolkit 11.4)

libcu++ 1.5.0 is a major release. It adds `<nv/target>`,
Expand Down
2 changes: 1 addition & 1 deletion include/cuda/std/detail/__config
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# define _LIBCUDACXX_ABI_UNSTABLE
#endif

#define _LIBCUDACXX_CUDA_API_VERSION 001005000
#define _LIBCUDACXX_CUDA_API_VERSION 001006000

#define _LIBCUDACXX_CUDA_API_VERSION_MAJOR \
(_LIBCUDACXX_CUDA_API_VERSION / 1000000)
Expand Down

0 comments on commit 59d0f44

Please sign in to comment.