-
Notifications
You must be signed in to change notification settings - Fork 16
/
THANKS
32 lines (26 loc) · 1.02 KB
/
THANKS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Thrust is an open source library of parallel algorithms with an interface
resembling the C++ Standard Template Library (STL). The primary developers
of Thrust are Jared Hoberock [1] and Nathan Bell [2] of NVIDIA Research.
We wish to thank the following people, who have made important intellectual
and/or software contributions to the project:
* Andrew Corrigan
* David Tarjan
* Duane Merrill
* Erich Elsen
* Gregory Diamos
* Manjunath Kudlur
* Mark Harris
* Michael Garland
* Nadathur Satish
* Nathan Whitehead
* Ryuta Suzuki
* Shubho Sengupta
* Thomas Bradley
We also thank the compiler group at NVIDIA for their continued improvements to
nvcc. In particular, we appreciate the work Bastiaan Aarts has done to enhance
nvcc's C++ support.
Lastly, Thrust has greatly benefited from the design and implementation of
the Boost Iterator, Tuple, System, Phoenix, and Random Number libraries [3].
[1] http://research.nvidia.com/users/jared-hoberock
[2] http://research.nvidia.com/users/nathan-bell
[3] http://www.boost.org/