Searched refs:votesPtr (Results 1 – 1 of 1) sorted by relevance
202 thrust::device_ptr<int> votesPtr(votes); in linesGetResult_gpu() local203 … thrust::sort_by_key(votesPtr, votesPtr + totalCount, outPtr, thrust::greater<int>()); in linesGetResult_gpu()