Skip to content

Commit 17edfb3

Browse files
griwesbrycelelbach
authored andcommitted
Fix versioning info.
1 parent b6d834f commit 17edfb3

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Bug Fixes
266266
clear() operations on vector types no longer requires the element type to have a default constructor
267267

268268
#######################################
269-
# Thrust v1.8.2 (CUDA 7.0) #
269+
# Thrust v1.8.2 (CUDA 7.5) #
270270
#######################################
271271

272272
Summary

doc/branching.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ versions don't directly map to any CUDA Toolkit version.
1313

1414
| Thrust version | CUDA version |
1515
| ----------------- | ------------- |
16-
| v1.9.4 | 10.1 |
17-
| v1.9.3 | 10.0 |
18-
| v1.9.2 | 9.2 |
19-
| v1.9.1-2 | 9.1 |
20-
| v1.9.0-4 | 9.0 |
21-
| v1.8.3-2 | 8.0 |
22-
| v1.8.2 | 7.0 |
23-
| v1.8.1 | 7.0 |
24-
| v1.8.0 | *N/A* |
25-
| v1.7.2 | 6.5 |
26-
| v1.7.1 | 6.0 |
27-
| v1.7.0 | 5.5 |
28-
| v1.6.0 | *N/A* |
29-
| v1.5.3 | 5.0 |
30-
| v1.5.2 | 4.2 |
31-
| v1.5.1 | 4.1 |
32-
| v1.5.0 | *N/A* |
33-
| v1.4.0 | 4.0 |
34-
| v1.3.0 | 3.2 |
35-
| v1.2.1 | 3.1 |
36-
| v1.2.0 | *N/A* |
37-
| v1.1.1 | *N/A* |
38-
| v1.1.0 | *N/A* |
39-
| v1.0.0 | *N/A* |
16+
| 1.9.4 | 10.1 |
17+
| 1.9.3 | 10.0 |
18+
| 1.9.2 | 9.2 |
19+
| 1.9.1-2 | 9.1 |
20+
| 1.9.0-4 | 9.0 |
21+
| 1.8.3-2 | 8.0 |
22+
| 1.8.2 | 7.5 |
23+
| 1.8.1 | 7.0 |
24+
| 1.8.0 | *N/A* |
25+
| 1.7.2 | 6.5 |
26+
| 1.7.1 | 6.0 |
27+
| 1.7.0 | 5.5 |
28+
| 1.6.0 | *N/A* |
29+
| 1.5.3 | 5.0 |
30+
| 1.5.2 | 4.2 |
31+
| 1.5.1 | 4.1 |
32+
| 1.5.0 | *N/A* |
33+
| 1.4.0 | 4.0 |
34+
| 1.3.0 | 3.2 |
35+
| 1.2.1 | 3.1 |
36+
| 1.2.0 | *N/A* |
37+
| 1.1.1 | *N/A* |
38+
| 1.1.0 | *N/A* |
39+
| 1.0.0 | *N/A* |
4040

4141
## Repositories
4242

@@ -52,7 +52,7 @@ As Thrust is developed both on GitHub and internally at NVIDIA, there's three ma
5252
The following tag names are used in the Thrust project:
5353

5454
* `github/cuda-X.Y`: the tag that directly corresponds to what has been shipped in the CUDA Toolkit release X.Y.
55-
* `github/vA.B.C`: the tag that directly corresponds to a Thrust version A.B.C.
55+
* `github/A.B.C`: the tag that directly corresponds to a Thrust version A.B.C.
5656

5757
The following branch names are used in the Thrust project:
5858

0 commit comments

Comments
 (0)