开发者

cuda libraries for search operations

开发者 https://www.devze.com 2023-01-02 07:36 出处:网络
Is there any CUDA library that performs comparison/search opera开发者_运维知识库tion.CUDA is an API for creating libraries that run on the NVidia GPU.Consequently, any operations that are to be perfor

Is there any CUDA library that performs comparison/search opera开发者_运维知识库tion.


CUDA is an API for creating libraries that run on the NVidia GPU. Consequently, any operations that are to be performed must be custom programmed. There are not a wide range of open-source libraries available.

Programmers use 'C for CUDA' (C with NVIDIA extensions), compiled through a PathScale Open64 C compiler, to code algorithms for execution on the GPU.

http://en.wikipedia.org/wiki/CUDA


You could look at Thrust, which includes a binary_search operation and is very easy to use.

0

精彩评论

暂无评论...
验证码 换一张
取 消