Skip to content

Commit 3678d94

Browse files
committed
oops missing '
1 parent db6fa72 commit 3678d94

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

docs/analysis/results_bc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show four results for betweenness centrality on a variety of datasets across
55
<div id="vis_gunrock_primitives_bc_mteps"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bc_mteps.json";
8-
vegaEmbed('#vis_gunrock_primitives_bc_mteps, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_bc_mteps', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show four results for betweenness centrality on a variety of datasets across
1515
<div id="vis_gunrock_primitives_bc_avg_process_time"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bc_avg_process_time.json";
18-
vegaEmbed('#vis_gunrock_primitives_bc_avg_process_time, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_bc_avg_process_time', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>
@@ -25,7 +25,7 @@ We show four results for betweenness centrality on a variety of datasets across
2525
<div id="vis_gunrock_primitives_bc_advance_mode"></div>
2626
<script type="text/javascript">
2727
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bc_advance_mode.json";
28-
vegaEmbed('#vis_gunrock_primitives_bc_advance_mode, spec).then(function(result) {
28+
vegaEmbed('#vis_gunrock_primitives_bc_advance_mode', spec).then(function(result) {
2929
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030
}).catch(console.error);
3131
</script>
@@ -35,7 +35,7 @@ We show four results for betweenness centrality on a variety of datasets across
3535
<div id="vis_gunrock_primitives_bc_edges"></div>
3636
<script type="text/javascript">
3737
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bc_edges.json";
38-
vegaEmbed('#vis_gunrock_primitives_bc_edges, spec).then(function(result) {
38+
vegaEmbed('#vis_gunrock_primitives_bc_edges', spec).then(function(result) {
3939
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040
}).catch(console.error);
4141
</script>

docs/analysis/results_bfs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
55
<div id="vis_gunrock_primitives_dobfs_mteps"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_mteps.json";
8-
vegaEmbed('#vis_gunrock_primitives_dobfs_mteps, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_dobfs_mteps', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
1515
<div id="vis_gunrock_primitives_dobfs_avg_process_time"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_avg_process_time.json";
18-
vegaEmbed('#vis_gunrock_primitives_dobfs_avg_process_time, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_dobfs_avg_process_time', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>
@@ -25,7 +25,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
2525
<div id="vis_gunrock_primitives_dobfs_advance_mode"></div>
2626
<script type="text/javascript">
2727
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_advance_mode.json";
28-
vegaEmbed('#vis_gunrock_primitives_dobfs_advance_mode, spec).then(function(result) {
28+
vegaEmbed('#vis_gunrock_primitives_dobfs_advance_mode', spec).then(function(result) {
2929
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030
}).catch(console.error);
3131
</script>
@@ -35,7 +35,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
3535
<div id="vis_gunrock_primitives_dobfs_edges"></div>
3636
<script type="text/javascript">
3737
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_edges.json";
38-
vegaEmbed('#vis_gunrock_primitives_dobfs_edges, spec).then(function(result) {
38+
vegaEmbed('#vis_gunrock_primitives_dobfs_edges', spec).then(function(result) {
3939
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040
}).catch(console.error);
4141
</script>

docs/analysis/results_edges_vertices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How many edges or vertices do we actually visit across our primitives as a funct
55
<div id="vis_gunrock_primitives_all_V100_edges_visited_vs_num_edges"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_all_V100_edges_visited_vs_num_edges.json";
8-
vegaEmbed('#vis_gunrock_primitives_all_V100_edges_visited_vs_num_edges, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_all_V100_edges_visited_vs_num_edges', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ How many edges or vertices do we actually visit across our primitives as a funct
1515
<div id="vis_gunrock_primitives_all_V100_vertices_visited_vs_num_vertices"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_all_V100_vertices_visited_vs_num_vertices.json";
18-
vegaEmbed('#vis_gunrock_primitives_all_V100_vertices_visited_vs_num_vertices, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_all_V100_vertices_visited_vs_num_vertices', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>

docs/analysis/results_forward_bfs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show four results for forward-only BFS on a variety of datasets across multip
55
<div id="vis_gunrock_primitives_bfs_mteps"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bfs_mteps.json";
8-
vegaEmbed('#vis_gunrock_primitives_bfs_mteps, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_bfs_mteps', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show four results for forward-only BFS on a variety of datasets across multip
1515
<div id="vis_gunrock_primitives_bfs_avg_process_time"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bfs_avg_process_time.json";
18-
vegaEmbed('#vis_gunrock_primitives_bfs_avg_process_time, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_bfs_avg_process_time', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>
@@ -25,7 +25,7 @@ We show four results for forward-only BFS on a variety of datasets across multip
2525
<div id="vis_gunrock_primitives_bfs_advance_mode"></div>
2626
<script type="text/javascript">
2727
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bfs_advance_mode.json";
28-
vegaEmbed('#vis_gunrock_primitives_bfs_advance_mode, spec).then(function(result) {
28+
vegaEmbed('#vis_gunrock_primitives_bfs_advance_mode', spec).then(function(result) {
2929
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030
}).catch(console.error);
3131
</script>
@@ -35,7 +35,7 @@ We show four results for forward-only BFS on a variety of datasets across multip
3535
<div id="vis_gunrock_primitives_bfs_edges"></div>
3636
<script type="text/javascript">
3737
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_bfs_edges.json";
38-
vegaEmbed('#vis_gunrock_primitives_bfs_edges, spec).then(function(result) {
38+
vegaEmbed('#vis_gunrock_primitives_bfs_edges', spec).then(function(result) {
3939
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040
}).catch(console.error);
4141
</script>

docs/analysis/results_pr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show four results for PageRank on a variety of datasets across multiple GPUS:
55
<div id="vis_gunrock_primitives_pr_mteps"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_pr_mteps.json";
8-
vegaEmbed('#vis_gunrock_primitives_pr_mteps, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_pr_mteps', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show four results for PageRank on a variety of datasets across multiple GPUS:
1515
<div id="vis_gunrock_primitives_pr_avg_process_time"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_pr_avg_process_time.json";
18-
vegaEmbed('#vis_gunrock_primitives_pr_avg_process_time, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_pr_avg_process_time', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>
@@ -25,7 +25,7 @@ We show four results for PageRank on a variety of datasets across multiple GPUS:
2525
<div id="vis_gunrock_primitives_pr_advance_mode"></div>
2626
<script type="text/javascript">
2727
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_pr_advance_mode.json";
28-
vegaEmbed('#vis_gunrock_primitives_pr_advance_mode, spec).then(function(result) {
28+
vegaEmbed('#vis_gunrock_primitives_pr_advance_mode', spec).then(function(result) {
2929
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030
}).catch(console.error);
3131
</script>
@@ -35,7 +35,7 @@ We show four results for PageRank on a variety of datasets across multiple GPUS:
3535
<div id="vis_gunrock_primitives_pr_edges"></div>
3636
<script type="text/javascript">
3737
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_pr_edges.json";
38-
vegaEmbed('#vis_gunrock_primitives_pr_edges, spec).then(function(result) {
38+
vegaEmbed('#vis_gunrock_primitives_pr_edges', spec).then(function(result) {
3939
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040
}).catch(console.error);
4141
</script>

docs/analysis/results_search_depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How many iterations does it take to complete a primitive? These results are meas
55
<div id="vis_gunrock_primitives_all_V100_search_depth"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_all_V100_search_depth.json";
8-
vegaEmbed('#vis_gunrock_primitives_all_V100_search_depth, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_all_V100_search_depth', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>

docs/analysis/results_sssp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show four results for single-source shortest path on a variety of datasets ac
55
<div id="vis_gunrock_primitives_sssp_mteps"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_sssp_mteps.json";
8-
vegaEmbed('#vis_gunrock_primitives_sssp_mteps, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_sssp_mteps', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show four results for single-source shortest path on a variety of datasets ac
1515
<div id="vis_gunrock_primitives_sssp_avg_process_time"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_sssp_avg_process_time.json";
18-
vegaEmbed('#vis_gunrock_primitives_sssp_avg_process_time, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_sssp_avg_process_time', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>
@@ -25,7 +25,7 @@ We show four results for single-source shortest path on a variety of datasets ac
2525
<div id="vis_gunrock_primitives_sssp_advance_mode"></div>
2626
<script type="text/javascript">
2727
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_sssp_advance_mode.json";
28-
vegaEmbed('#vis_gunrock_primitives_sssp_advance_mode, spec).then(function(result) {
28+
vegaEmbed('#vis_gunrock_primitives_sssp_advance_mode', spec).then(function(result) {
2929
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030
}).catch(console.error);
3131
</script>
@@ -35,7 +35,7 @@ We show four results for single-source shortest path on a variety of datasets ac
3535
<div id="vis_gunrock_primitives_sssp_edges"></div>
3636
<script type="text/javascript">
3737
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_sssp_edges.json";
38-
vegaEmbed('#vis_gunrock_primitives_sssp_edges, spec).then(function(result) {
38+
vegaEmbed('#vis_gunrock_primitives_sssp_edges', spec).then(function(result) {
3939
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040
}).catch(console.error);
4141
</script>

docs/analysis/results_tc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We show two results for triangle counting on a variety of datasets across multip
55
<div id="vis_gunrock_primitives_tc_avg_process_time"></div>
66
<script type="text/javascript">
77
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_tc_avg_process_time.json";
8-
vegaEmbed('#vis_gunrock_primitives_tc_avg_process_time, spec).then(function(result) {
8+
vegaEmbed('#vis_gunrock_primitives_tc_avg_process_time', spec).then(function(result) {
99
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010
}).catch(console.error);
1111
</script>
@@ -15,7 +15,7 @@ We show two results for triangle counting on a variety of datasets across multip
1515
<div id="vis_gunrock_primitives_tc_edges"></div>
1616
<script type="text/javascript">
1717
var spec = "https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_tc_edges.json";
18-
vegaEmbed('#vis_gunrock_primitives_tc_edges, spec).then(function(result) {
18+
vegaEmbed('#vis_gunrock_primitives_tc_edges', spec).then(function(result) {
1919
// Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020
}).catch(console.error);
2121
</script>

0 commit comments

Comments
 (0)