Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions docs/analysis/gunrock_version_comparison_bc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,45 @@ These results are primarily for internal use. We normalize the performance of ev

Tables of data for the below results, including links to JSON summaries with command lines for each experiment: [
[BC fastest results, combining all options, Tesla V100](analysis/gunrock_version_compare_bc_Tesla_V100_all_table.md) |
[BC fastest results, separating all options, Tesla_V100](analysis/gunrock_version_compare_bc_Tesla_V100_undirected_table.md) |
[BC fastest results, separating all options, Tesla V100](analysis/gunrock_version_compare_bc_Tesla_V100_undirected_table.md) |
[BC fastest results, combining all options, Tesla K40/80](analysis/gunrock_version_compare_bc_Tesla_K40_80_all_table.md) |
[BC fastest results, separating all options, Tesla K40/80](analysis/gunrock_version_compare_bc_Tesla_K40_80_undirected_table.md)
]

Note these plots (rendered with [Altair](https://altair-viz.github.io/)) are interactive (you can click, drag, and zoom; select items in the legend; and mousing over a data point shows the data associated with that point).

<script type="text/javascript">
var svgopt = { renderer: "svg" }
var spec_gunrock_version_compare_bc_Tesla_V100_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bc_Tesla_V100_all.json";
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_V100_all', spec_gunrock_version_compare_bc_Tesla_V100_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_V100_all', spec_gunrock_version_compare_bc_Tesla_V100_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bc_Tesla_V100_undirected = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bc_Tesla_V100_undirected.json";
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_V100_undirected', spec_gunrock_version_compare_bc_Tesla_V100_undirected).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_V100_undirected', spec_gunrock_version_compare_bc_Tesla_V100_undirected, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bc_Tesla_K40_80_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bc_Tesla_K40_80_all.json";
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_K40_80_all', spec_gunrock_version_compare_bc_Tesla_K40_80_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_K40_80_all', spec_gunrock_version_compare_bc_Tesla_K40_80_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bc_Tesla_K40_80_undirected = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bc_Tesla_K40_80_undirected.json";
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_K40_80_undirected', spec_gunrock_version_compare_bc_Tesla_K40_80_undirected).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bc_Tesla_K40_80_undirected', spec_gunrock_version_compare_bc_Tesla_K40_80_undirected, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

</script>

## BC fastest results, combining all options, Tesla V100
<div id="vis_gunrock_version_compare_bc_Tesla_V100_all"></div>

## BC fastest results, separating all options, Tesla V100
<div id="vis_gunrock_version_compare_bc_Tesla_V100_undirected"></div>

## BC fastest results, combining all options, Tesla K40/80
<div id="vis_gunrock_version_compare_bc_Tesla_K40_80_all"></div>

## BC fastest results, separating all options, Tesla K40/80
<div id="vis_gunrock_version_compare_bc_Tesla_K40_80_undirected"></div>
18 changes: 13 additions & 5 deletions docs/analysis/gunrock_version_comparison_bfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,45 @@ These results are primarily for internal use. We normalize the performance of ev

Tables of data for the below results, including links to JSON summaries with command lines for each experiment: [
[BFS fastest results, combining all options, Tesla V100](analysis/gunrock_version_compare_bfs_Tesla_V100_all_table.md) |
[BFS fastest results, separating all options, Tesla_V100](analysis/gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred_table.md) |
[BFS fastest results, separating all options, Tesla V100](analysis/gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred_table.md) |
[BFS fastest results, combining all options, Tesla K40/80](analysis/gunrock_version_compare_bfs_Tesla_K40_80_all_table.md) |
[BFS fastest results, separating all options, Tesla K40/80](analysis/gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred_table.md)
]

Note these plots (rendered with [Altair](https://altair-viz.github.io/)) are interactive (you can click, drag, and zoom; select items in the legend; and mousing over a data point shows the data associated with that point).

<script type="text/javascript">
var svgopt = { renderer: "svg" }
var spec_gunrock_version_compare_bfs_Tesla_V100_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bfs_Tesla_V100_all.json";
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_V100_all', spec_gunrock_version_compare_bfs_Tesla_V100_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_V100_all', spec_gunrock_version_compare_bfs_Tesla_V100_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred.json";
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred', spec_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred', spec_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bfs_Tesla_K40_80_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bfs_Tesla_K40_80_all.json";
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_K40_80_all', spec_gunrock_version_compare_bfs_Tesla_K40_80_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_K40_80_all', spec_gunrock_version_compare_bfs_Tesla_K40_80_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred.json";
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred', spec_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred', spec_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

</script>

## BFS fastest results, combining all options, Tesla V100
<div id="vis_gunrock_version_compare_bfs_Tesla_V100_all"></div>

## BFS fastest results, separating all options, Tesla V100
<div id="vis_gunrock_version_compare_bfs_Tesla_V100_undirected_idempotence_markpred"></div>

## BFS fastest results, combining all options, Tesla K40/80
<div id="vis_gunrock_version_compare_bfs_Tesla_K40_80_all"></div>

## BFS fastest results, separating all options, Tesla K40/80
<div id="vis_gunrock_version_compare_bfs_Tesla_K40_80_undirected_idempotence_markpred"></div>
18 changes: 13 additions & 5 deletions docs/analysis/gunrock_version_comparison_pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,45 @@ These results are primarily for internal use. We normalize the performance of ev

Tables of data for the below results, including links to JSON summaries with command lines for each experiment: [
[PR fastest results, combining all options, Tesla V100](analysis/gunrock_version_compare_pr_Tesla_V100_all_table.md) |
[PR fastest results, separating all options, Tesla_V100](analysis/gunrock_version_compare_pr_Tesla_V100_undirected_pull_table.md) |
[PR fastest results, separating all options, Tesla V100](analysis/gunrock_version_compare_pr_Tesla_V100_undirected_pull_table.md) |
[PR fastest results, combining all options, Tesla K40/80](analysis/gunrock_version_compare_pr_Tesla_K40_80_all_table.md) |
[PR fastest results, separating all options, Tesla K40/80](analysis/gunrock_version_compare_pr_Tesla_K40_80_undirected_pull_table.md)
]

Note these plots (rendered with [Altair](https://altair-viz.github.io/)) are interactive (you can click, drag, and zoom; select items in the legend; and mousing over a data point shows the data associated with that point).

<script type="text/javascript">
var svgopt = { renderer: "svg" }
var spec_gunrock_version_compare_pr_Tesla_V100_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_pr_Tesla_V100_all.json";
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_V100_all', spec_gunrock_version_compare_pr_Tesla_V100_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_V100_all', spec_gunrock_version_compare_pr_Tesla_V100_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_pr_Tesla_V100_undirected_pull = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_pr_Tesla_V100_undirected_pull.json";
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_V100_undirected_pull', spec_gunrock_version_compare_pr_Tesla_V100_undirected_pull).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_V100_undirected_pull', spec_gunrock_version_compare_pr_Tesla_V100_undirected_pull, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_pr_Tesla_K40_80_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_pr_Tesla_K40_80_all.json";
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_K40_80_all', spec_gunrock_version_compare_pr_Tesla_K40_80_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_K40_80_all', spec_gunrock_version_compare_pr_Tesla_K40_80_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_pr_Tesla_K40_80_undirected_pull.json";
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull', spec_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull', spec_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

</script>

## PR fastest results, combining all options, Tesla V100
<div id="vis_gunrock_version_compare_pr_Tesla_V100_all"></div>

## PR fastest results, separating all options, Tesla V100
<div id="vis_gunrock_version_compare_pr_Tesla_V100_undirected_pull"></div>

## PR fastest results, combining all options, Tesla K40/80
<div id="vis_gunrock_version_compare_pr_Tesla_K40_80_all"></div>

## PR fastest results, separating all options, Tesla K40/80
<div id="vis_gunrock_version_compare_pr_Tesla_K40_80_undirected_pull"></div>
18 changes: 13 additions & 5 deletions docs/analysis/gunrock_version_comparison_sssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,45 @@ These results are primarily for internal use. We normalize the performance of ev

Tables of data for the below results, including links to JSON summaries with command lines for each experiment: [
[SSSP fastest results, combining all options, Tesla V100](analysis/gunrock_version_compare_sssp_Tesla_V100_all_table.md) |
[SSSP fastest results, separating all options, Tesla_V100](analysis/gunrock_version_compare_sssp_Tesla_V100_undirected_markpred_table.md) |
[SSSP fastest results, separating all options, Tesla V100](analysis/gunrock_version_compare_sssp_Tesla_V100_undirected_markpred_table.md) |
[SSSP fastest results, combining all options, Tesla K40/80](analysis/gunrock_version_compare_sssp_Tesla_K40_80_all_table.md) |
[SSSP fastest results, separating all options, Tesla K40/80](analysis/gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred_table.md)
]

Note these plots (rendered with [Altair](https://altair-viz.github.io/)) are interactive (you can click, drag, and zoom; select items in the legend; and mousing over a data point shows the data associated with that point).

<script type="text/javascript">
var svgopt = { renderer: "svg" }
var spec_gunrock_version_compare_sssp_Tesla_V100_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_sssp_Tesla_V100_all.json";
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_V100_all', spec_gunrock_version_compare_sssp_Tesla_V100_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_V100_all', spec_gunrock_version_compare_sssp_Tesla_V100_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_sssp_Tesla_V100_undirected_markpred.json";
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred', spec_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred', spec_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_sssp_Tesla_K40_80_all = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_sssp_Tesla_K40_80_all.json";
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_K40_80_all', spec_gunrock_version_compare_sssp_Tesla_K40_80_all).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_K40_80_all', spec_gunrock_version_compare_sssp_Tesla_K40_80_all, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

var spec_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred.json";
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred', spec_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred).then(function(result) {
vegaEmbed('#vis_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred', spec_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred, opt=svgopt).then(function(result) {
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
}).catch(console.error);

</script>

## SSSP fastest results, combining all options, Tesla V100
<div id="vis_gunrock_version_compare_sssp_Tesla_V100_all"></div>

## SSSP fastest results, separating all options, Tesla V100
<div id="vis_gunrock_version_compare_sssp_Tesla_V100_undirected_markpred"></div>

## SSSP fastest results, combining all options, Tesla K40/80
<div id="vis_gunrock_version_compare_sssp_Tesla_K40_80_all"></div>

## SSSP fastest results, separating all options, Tesla K40/80
<div id="vis_gunrock_version_compare_sssp_Tesla_K40_80_undirected_markpred"></div>
Loading