dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[Graphbolt] Fix the seed in sampling

Open peizhou001 opened this issue 2 years ago • 1 comments

🔨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

peizhou001 avatar Jan 25 '24 03:01 peizhou001

I know how to make the current implementation deterministic. We can discuss if you would like to hear it.

mfbalin avatar Jan 26 '24 13:01 mfbalin