File tree Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Original file line number Diff line number Diff line change 11Thrust: 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
66programmer ** productivity** while enabling performance portability between
77GPUs and multicore CPUs. ** Interoperability** with established technologies
88(such as CUDA, TBB, and OpenMP) facilitates integration with existing
99software. Develop ** high-performance** applications rapidly with Thrust!
1010
11+ Thrust is distributed with the CUDA Toolkit in addition to GitHub.
12+
1113Examples
1214--------
1315
@@ -69,7 +71,3 @@ int main(void)
6971
7072Refer 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 ) .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments