Raptor - A High Level Algorithmic Skeleton CUDA Library
Raptor is a high-level algorithmic skeleton C++ template library designed to ease the development of parallel programs using CUDA. It offers similar performance and capabilities to thrust, but offers a more abstract interface. Raptor provides a set of smart containers (vector, array, vector, scalar) and skeletons (map, reduce, scan, filter, sort) that can be applied over the smart containers. Containers can store the data both on the host (CPU) and device (GPU), and ex … ⌘ Read more

⤋ Read More

Participate

Login to join in on this yarn.