leodestiny / BGL_NSDI2023

Open source code of BGL NSDI 2023
Apache License 2.0
12 stars 2 forks source link

Do we need proximity ordering for each minibatch? #6

Open lh123cha opened 3 months ago

lh123cha commented 3 months ago

A bfs tranverse on a 40M nodes graph costs 20s.If we do a proximity for each minibatch training it will cost a lot.Does you do a proximity ordering for each minibatch? And how to implement a fifo cache on a single gpu?