Thrust
Here is a cool tool I found while browsing GPGPU. I finally got a computer that had a video card that could be used with CUDA, so I have been dying to try it out. Thrust makes this transition look painless…
Thrust is a CUDA library of parallel algorithms with an interface resembling the C++ Standard Template Library (STL). Thrust provides a flexible high-level interface for GPU programming that greatly enhances developer productivity. Develop high-performance applications rapidly with Thrust!
Check it out here.