Is there a better hashing function for hashing on GPU?

I’m using H3, which has a lot of bit operations which might not be suited for GPU. Is that any other good hashing functions that can be used efficiently on GPU while maintaining a good uniformity?

Thanks