gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines
10 stars 6 forks source link

v1+ (and if possible for older versions too, mainly 0.4+) runtime vs. search-depth #48

Closed jowens closed 4 years ago

jowens commented 4 years ago

runtime vs. search-depth For all datasets: number of iterations for each primitive vs. runtime or mteps (i prefer runtime).

jowens commented 4 years ago

@neoblizz V100 only. @Laurawly it would seem like it would be good to have a metric of search complexity in the statistics (there is no reason to put all datasets = 1, we shouldn't even have that in the JSON if it means nothing).

gunrock_primitives_all-V100_search-depth

neoblizz commented 4 years ago

I believe some algorithms only have search-depth = 1, which is fine. It should still tell us that it is search depth 1.

jowens commented 4 years ago

Now with BFS!

gunrock_primitives_all-V100_search-depth

jowens commented 4 years ago

https://gunrock.github.io/docs/#/analysis/results_search_depth

Does this give you what you need?