@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 a ptr). I'll not insert a same coordinate when I find a there is a same coordinate at hash map.
And where should i modify to implement it. Maybe it's necessary to override the "==" operator?
Thanks!