owensgroup / SlabHash

A warp-oriented dynamic hash table for GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong initialization of the slab allocator

sashkiani opened this issue · comments

As @maawad has found, in the refactored version of the code, I have done the slab_alloc initialization incorrectly. It fails to construct a local object per thread, and hence there can be a potential wrongful allocations in the code. We will address this immediately.