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

Commit d0bafdb

Browse files
committed
Finalize changelog for 1.3.0 release.
1 parent f161b88 commit d0bafdb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/releases/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## libcu++ 1.3.0 (CUDA Toolkit 11.2)
4+
5+
libcu++ 1.3.0 is a major release included in the CUDA 11.2 toolkit. It supports
6+
ABI version 2 and 3. It adds `<tuple>` and `pair`, although they are not
7+
supported with NVCC + MSVC. It also adds documentation.
8+
9+
### New Features
10+
11+
- `<cuda/std/tuple>`/`cuda::std::tuple`.
12+
- Not supported with NVCC + MSVC.
13+
- `<cuda/std/utility>`/`cuda::std::pair`.
14+
- Not supported with NVCC + MSVC.
15+
16+
### Other Enhancements
17+
18+
- [Documentation](https://nvidia.github.io/libcudacxx).
19+
20+
### Bug Fixes
21+
22+
- #21: Disable `__builtin_is_constant_evaluated` usage with NVCC in C++11 mode
23+
because it's broken.
24+
- #25: Fix some declarations/definitions in `__threading_support` which have
25+
inconsistent qualifiers.
26+
Thanks to Gonzalo Brito Gadeschi for this contribution.
27+
328
## libcu++ 1.2.0 (CUDA Toolkit 11.1)
429

530
TODO

0 commit comments

Comments
 (0)