1Once Thrust has been installed, these example programs can be compiled
2directly with nvcc.  For example, the following command will compile the
3norm example.
4  $ nvcc norm.cu -o norm
5
6These examples are also available online:
7  https://github.com/thrust/thrust/tree/master/examples
8
9For additional information refer to the Quick Start Guide:
10  https://github.com/thrust/thrust/wiki/Quick-Start-Guide
11
12