Skip to content

Commit

Permalink
Thus ends the era of the Thrust 1.9.x release series.
Browse files Browse the repository at this point in the history
Bump version to 1.10.0. Commits prior to this are in 1.9.10.

Update the changelog and development model documentation.

Reviewed-by: David Olsen <[email protected]>
Reviewed-by: Michał 'Griwes' Dominiak <[email protected]>
  • Loading branch information
brycelelbach committed May 16, 2020
1 parent 9e574ac commit 1b00acb
Show file tree
Hide file tree
Showing 6 changed files with 772 additions and 546 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main(void)
return 0;
}
```
This code sample computes the sum of 100 random numbers in parallel:
```c++
Expand Down Expand Up @@ -81,4 +81,4 @@ for details.
Development process
-------------------

For information on development process and branching, see [this document](doc/branching.md).
For information on development process, see [this document](doc/development_model.md).
2 changes: 1 addition & 1 deletion dependencies/cub
Submodule cub updated 1 files
+1 −1 cub/version.cuh
127 changes: 0 additions & 127 deletions doc/branching.md

This file was deleted.

Loading

0 comments on commit 1b00acb

Please sign in to comment.