gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gunrock BFS on soc-LiveJournal1

jowens opened this issue · comments

We believe the following measurements are consistent with our concern that the Groute paper's characterization of Gunrock's performance on BFS on soc-LiveJournal1 was not representative of its actual performance.

Non-idempotent, not direction optimized:

We note the following runs we did on BFS with soc-LiveJournal1, all "on original input" (MatrixMarket):

Idempotent, not direction optimized:

Yuechao notes that he fixed a correctness bug in idempotence mode on 4 October 2016 (gunrock/gunrock@23490d3). For our testing in idempotence mode only, we measured Gunrock versions both immediately before and immediately after this bug was fixed ("the performance differences were very small"). We believe running on any July-October Gunrock build would give similar performance results. Anyway, for idempotence:

DOBFS

Multi-GPU DOBFS was added to BFS primitive, and single-GPU direction_optimizing_bfs was removed as of 26 April 2016 (gunrock/gunrock@1fbbc85). Gunrock's DOBFS has different behavior to Groute's (or anyone else's) BFS, which makes performance differences challenging to explain.