Skip to content

Commit 14fd91e

Browse files
committed
✏️ Minor changes and improvements.
1 parent d006b5f commit 14fd91e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/_sidebar.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
- [Building Gunrock](gunrock/building_gunrock)
88
- [Methodology](gunrock/methodology)
99
- [Publications](gunrock/publications_and_presentations)
10-
11-
- Performance Analysis
12-
- [Summary](analysis/results)
13-
- [...](https://github.com/gunrock/io/issues)
10+
- [Performance Analysis](analysis/results)
1411

1512
- Projects
1613
- [Road Map](gunrock/road_map)

docs/gunrock/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Gunrock is a stable, powerful, and forward-looking substrate for GPU-based graph
3636

3737
- Gunrock does no preprocessing on its datasets. Other projects have demonstrated that preprocessing datasets can deliver performance improvements. We believe this would also extend to Gunrock, but philosophically, we expect that the primary use case for Gunrock will be in pipelines of multiple stages where each stage receives an input from a previous stage, performs a computation on it, and outputs a result to the next stage. In this scenario, the previous stage's output is dynamically generated at runtime and thus not available for preprocessing. In comparing to Gunrock and other graph libraries, We hope that:
3838

39-
- Any graph libraries that do preprocessing report results with both preprocessed and unmodified input datasets, and
40-
- Preprocessing times are clearly identified, and results reported with both preprocessing+processing and with processing alone.
39+
- Any graph libraries that do preprocessing report results with both preprocessed and unmodified input datasets, and
40+
- Preprocessing times are clearly identified, and results reported with both preprocessing+processing and with processing alone.

docs/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
nav.app-nav li ul {
2121
min-width: 100px;
2222
}
23+
24+
.markdown-section em {
25+
/* color: #7f8c8d; */
26+
color: inherit;
27+
}
28+
2329
</style>
2430

2531
<!-- Vega and Vega-Lite Includes -->

0 commit comments

Comments
 (0)