Top "Thrust" questions

Thrust is a template library of parallel algorithms with an interface resembling the C++ Standard Template Library (STL) for NVIDIA CUDA.

CUDA Thrust and sort_by_key

I’m looking for a sorting algorithm on CUDA that can sort an array A of elements (double) and returns …

sorting cuda permutation thrust
large integer addition with CUDA

I've been developing a cryptographic algorithm on the GPU and currently stuck with an algorithm to perform large integer addition. …

c cuda gpgpu thrust
Thrust: How to create device_vector from host array?

I get some data from a library on the host as a pointer to an array. How do I create …

cuda thrust
Converting thrust::iterators to and from raw pointers

I want to use Thrust library to calculate prefix sum of device array in CUDA. My array is allocated with …

cuda thrust