Sample: reduction
Minimum spec: SM 2.0

A parallel sum reduction that computes the sum of a large arrays of values.  This sample demonstrates several important optimization strategies for 1:Data-Parallel Algorithms like reduction.

Key concepts:
Data-Parallel Algorithms
Performance Strategies
