dgl
dgl copied to clipboard
[Graphbolt] Fix the seed in sampling
🔨Work Item
The seed can't be fixed now because concurrent hash map can't be determined. To fix the seed, we can provide a relatively low-efficient implementation but have determined behavior.
Project tracker: https://github.com/orgs/dmlc/projects/2
Description
Depending work items or issues
I know how to make the current implementation deterministic. We can discuss if you would like to hear it.