Skip to content

Commit 806d2c8

Browse files
committed
add eggpu doc
1 parent 15ae11c commit 806d2c8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/_sources/eggpu.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ EGGPU is engineered with a three-layer architecture:
1515
* **Computation Layer**: Implemented in CUDA C/C++, this layer primarily executes the GPU-based network analysis functions, including betweenness centrality, k-core centrality, and SSSP.
1616

1717
.. image:: eggpu_architecture.png
18+
:align: center
1819

1920
Installation
2021
+++++++++++++

docs/eggpu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Overview<a class="headerlink" href="#overview" title="Permalink to this head
9292
<li><p><strong>Middleware Layer</strong>: Constructed in C++, this layer shares memory space with the Computation Layer and serves as the binding agent. It also provides a graph container responsible for graph loading, storage, and format conversion.</p></li>
9393
<li><p><strong>Computation Layer</strong>: Implemented in CUDA C/C++, this layer primarily executes the GPU-based network analysis functions, including betweenness centrality, k-core centrality, and SSSP.</p></li>
9494
</ul>
95-
<img alt="_images/eggpu_architecture.png" src="_images/eggpu_architecture.png" />
95+
<img alt="_images/eggpu_architecture.png" class="align-center" src="_images/eggpu_architecture.png" />
9696
</section>
9797
<section id="installation">
9898
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)