Skip to content

Commit ac3eda9

Browse files
griwesbrycelelbach
authored andcommitted
First stage of info files revamp.
1 parent 1d2eabf commit ac3eda9

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Thrust: Code at the speed of light
22
==================================
33

4-
Thrust is a parallel algorithms library which resembles the C++ Standard
5-
Template Library (STL). Thrust's **high-level** interface greatly enhances
4+
Thrust is a C++ parallel programming library which resembles the C++ Standard
5+
Library. Thrust's **high-level** interface greatly enhances
66
programmer **productivity** while enabling performance portability between
77
GPUs and multicore CPUs. **Interoperability** with established technologies
88
(such as CUDA, TBB, and OpenMP) facilitates integration with existing
99
software. Develop **high-performance** applications rapidly with Thrust!
1010

11+
Thrust is distributed with the CUDA Toolkit in addition to GitHub.
12+
1113
Examples
1214
--------
1315

@@ -69,7 +71,3 @@ int main(void)
6971

7072
Refer to the [Quick Start Guide](http://github.com/thrust/thrust/wiki/Quick-Start-Guide) page for further information and examples.
7173

72-
Contributors
73-
------------
74-
75-
The original creators of Thrust are [Jared Hoberock](http://github.com/jaredhoberock) and [Nathan Bell](http://research.nvidia.com/users/nathan-bell).

THANKS

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)