更改

GPU计算

删除8字节2017年5月11日 (四) 11:38
/* GPU methods */
* Sort
The sort operation transforms an unordered set of elements into an ordered set of elements. The most common implementation on GPUs is using radix sort for integer and floating point data and coarse-grained merge sort and fine-grained sorting networks for general comparable data.[33][34]
* Search
The search operation allows the programmer to find a given element within the stream, or possibly find neighbors of a specified element. The GPU is not used to speed up the search for an individual element, but instead is used to run multiple searches in parallel.[citation needed] Mostly the search method used is binary search on sorted elements.
行政员管理员
6,105
个编辑