We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ffa9e commit 5632e7bCopy full SHA for 5632e7b
1 file changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Thrust 1.13.0 is the major release accompanying the NVIDIA HPC SDK 21.7 release.
4
5
+Notable changes include `bfloat16` radix sort support (via `thrust::sort`) and
6
+memory handling fixes in the `reserve` method of Thrust's vectors.
7
+The `CONTRIBUTING.md` file has been expanded to include instructions for
8
+building CUB as a component of Thrust, and API documentation now refers to
9
+cppreference instead of SGI's STL reference.
10
+
11
## Breaking Changes
12
13
- NVIDIA/thrust#1459: Remove deprecated aliases `thrust::host_space_tag` and
0 commit comments