Hash table implementation for GPU [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I am looking for a hash table implementation that I can use for CUDA coding. are there any good one's out there. Something like the Python dictionary . I will use strings as my keys 回答1: Alcantara et al have demonstrated a data-parallel algorithm for building hash tables on the GPU. I believe the implementation