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)
Alexandros Gezerlis
2010-07-27 07:22:29