Sample: CUDA Radix Sort using the Thrust Library
Minimum spec: GeForce 8

This sample demonstrates a very fast and efficient parallel radix sort uses Thrust library (http://code.google.com/p/thrust/)..  The included RadixSort class can sort either key-value pairs (with float or unsigned integer keys) or keys only.

Key concepts:
