SimpleGPUHashTable
SimpleGPUHashTable copied to clipboard
A simple GPU hash table implemented in CUDA using lock free techniques
This update extends the existing GPU hash table implementation to support dual keys, enabling the storage and retrieval of pairs with two keys and their respective values. This enhancement significantly...
@nosferalatu Hi! As the title says, i want to implement a hash table on GPU whose key is a idx and value maybe a coordinate( it has 4 value, maybe...
Thank you for this nice repo! We at Intel use it as one of our GPU benchmark [workloads](https://github.com/oneapi-src/Velocity-Bench). We now would like to contribute this SYCL version here. These are...