views:

139

answers:

1

Are there any CUDA methods/approaches/libraries for search operation, say a integer in an array of million entries ? More of a parallel search approach..

+2  A: 

Here are a couple of references:

1) GPU Gems, Chapter 37. A Toolkit for Computation on GPUs (look for section 37.3.2 Binary Search)

2) Parallel Search On Video Cards

Alexandros Gezerlis