include/cuda/experimental/__stf/internal/hashtable_linearprobing.cuh
In directory: include/cuda/experimental/__stf/internal
Source file: include/cuda/experimental/__stf/internal/hashtable_linearprobing.cuh
A simple hashtable implementation based on https://nosferalatu.com/SimpleGPUHashTable.html The goal of this class is to illustrate the extensibility of our data interface mechanism.